StarRating
StarRating Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| value | number | — | |
| max | number | — | |
| size | selectsm | md | lg | — | |
| disabled | boolean | — | |
| readOnly | boolean | — |
Default
HalfStars
ReadOnly
Disabled
Sizes
CustomMax
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
disabled | boolean | — | — |
max | number | — | — |
readOnly | boolean | — | — |
size | select | — | — |
value | number | — | — |
Using StarRatingtsx
import { StarRating } from '@/components/StarRating'
<StarRating
value="..."
max="..."
size="..."
disabled="..."
readOnly="..."
/>Tokens Used
No design tokens detected