welcome to nuxt glorious

Tooltip

A popup that reveals information when hovering over an element.


Example

Simple example for GTooltip

this is tooltip !
            
const items = ['item one', 'item two']
<GTimeline :items="items">
    <template #item="{ item }"> {{ item }} </template>
</GTimeline>

        

props

PropTypeDefault
textstringgreen