Files
flowbite-vue/docs/guide/progress/progress.md
2022-07-09 11:47:37 +10:00

242 B

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

Progress

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