A set of tab panels that are displayed one at a time.
Simple example for GTimeline
const items = ['item one', 'item two']
<GTimeline :items="items">
<template #item="{ item }"> {{ item }} </template>
</GTimeline>
config for global setting , set on nuxt.config
glorious:{
components:{
timeline:{
props:{
color:'green',
}
}
}
}
Prop | Type | Default |
---|---|---|
color | orange | green | blue | gray | red | primary | green |
items | boolean | false |