A popup that reveals information when hovering over an element.
Simple example for GTooltip
const items = ['item one', 'item two']
<GTimeline :items="items">
<template #item="{ item }"> {{ item }} </template>
</GTimeline>
Prop | Type | Default |
---|---|---|
text | string | green |