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