276 B
276 B
<script setup>
import TimelineExample from './timeline/examples/TimelineExample.vue'
</script>
Vue Timeline Component - Flowbite
<script setup>
import { Timeline } from 'flowbite-vue'
</script>
<template>
<Timeline></Timeline>
</template>