Inline Form Feedback
A production-scale, light + dark Inline Form Feedback component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add inline-form-feedbackUsage
import { InlineFormFeedback } from "@lerpa/ui";
<InlineFormFeedback />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tone | FeedbackTone | — | |
| message | string | — | |
| hint | string | — | |
| showIcon | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.