Rating
Hvězdičkové hodnocení s interaktivním a read-only módem, 5 velikostmi a 9 barvami
Installation
pnpm dlx shadcn@latest add https://registry.ceskysoftware.cz/r/rating.json
Usage
Preview
Velikosti
Barvy
primary
secondary
blue
green
red
orange
yellow
grey
dark
Různé hodnoty (yellow)
1
2
3
4
5
Interaktivní
3 / 5
Import
import { Rating } from "@/components/ui/rating"
Example
// Read-only hodnocení
<Rating value={4.5} allowHalf readOnly color="yellow" size="lg" showLabel />
// Interaktivní
<Rating
value={rating}
color="primary"
onChange={(val) => setRating(val)}
/>
Dependencies
lucide-reacthttps://registry.ceskysoftware.cz/r/utils.json (registry)