Files
flowbite-vue/docs/components/timeline/timeline.md
2022-09-19 18:42:15 +03:00

267 B

<script setup> import TimelineExample from './examples/TimelineExample.vue' </script>

Vue Timeline Component - Flowbite

<script setup>
import { Timeline } from 'flowbite-vue'
</script>
<template>
  <Timeline></Timeline>
</template>