Files
flowbite-vue/docs/components/rating/examples/RatingExample.vue
2022-07-25 14:22:53 +03:00

9 lines
163 B
Vue

<template>
<div class="vp-raw flex flex-col">
<Rating></Rating>
</div>
</template>
<script setup>
import { Rating } from '../../../../src/index'
</script>