docs: update ready components pages
This commit is contained in:
15
docs/components/progress/progress.md
Normal file
15
docs/components/progress/progress.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
import ProgressExample from './examples/ProgressExample.vue'
|
||||
</script>
|
||||
# Progress
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Progress } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Progress></Progress>
|
||||
</template>
|
||||
```
|
||||
|
||||
<ProgressExample />
|
||||
Reference in New Issue
Block a user