Bouncy Star Rating Selector
A production-scale, light + dark Bouncy Star Rating Selector component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add bouncy-star-rating-selectorLive preview available in the gallery.
Usage
import { BouncyStarRatingSelector } from "@lerpa/ui";
<BouncyStarRatingSelector />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| subtitle | string | — | |
| initialRating | number | — | |
| maxRating | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.