271 B
271 B
<script setup>
import ProgressExample from './examples/ProgressExample.vue'
</script>
Vue Progress Bar Component - Flowbite
<script setup>
import { Progress } from 'flowbite-vue'
</script>
<template>
<Progress></Progress>
</template>