Interactive Feedback Emoji Selector
A production-scale, light + dark Interactive Feedback Emoji Selector component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add interactive-feedback-emoji-selectorLive preview available in the gallery.
Usage
import { InteractiveFeedbackEmojiSelector } from "@lerpa/ui";
<InteractiveFeedbackEmojiSelector />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| subtitle | string | — | |
| emojis | EmojiOption[] | — | |
| initialRating | number | null | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.