Files
flowbite-vue/docs/components/rating/rating.md
2022-09-19 18:42:15 +03:00

16 lines
253 B
Markdown

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