Files
flowbite-vue/docs/components/timeline.md
2022-12-14 22:53:01 +03:00

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>