Files
flowbite-vue/docs/components/progress/progress.md
2022-07-25 14:22:53 +03:00

16 lines
242 B
Markdown

<script setup>
import ProgressExample from './examples/ProgressExample.vue'
</script>
# Progress
```vue
<script setup>
import { Progress } from 'flowbite-vue'
</script>
<template>
<Progress></Progress>
</template>
```
<ProgressExample />