add/make 4 rating examples

This commit is contained in:
hirakei1203
2022-12-08 22:56:10 +09:00
parent 56fb0d5bec
commit f565002c69
7 changed files with 142 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div class="vp-raw flex flex-col">
<Rating rating=4>
<template #besideText>
<p class="ml-2 text-sm font-medium text-gray-500 dark:text-gray-400">4.95 out of 5</p>
</template>
</Rating>
</div>
</template>
<script setup>
import { Rating } from '../../../../src/index'
</script>