rating
Rating with show value.
Rating with show value.
Загрузка превью…
src/rating/c-rating-3.vue
<script setup lang="ts">
import { Rating } from "@/components/reui/rating"
</script>
<template>
<Rating :rating="4.5" :show-value="true" />
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-rating-3.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)