253 B
253 B
<script setup>
import RatingExample from './examples/RatingExample.vue'
</script>
Vue Rating Component - Flowbite
<script setup>
import { Rating } from 'flowbite-vue'
</script>
<template>
<Rating></Rating>
</template>