16 lines
253 B
Markdown
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 />
|