Faq Search Input Field
A production-scale, light + dark Faq Search Input Field component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add faq-search-input-fieldLive preview available in the gallery.
Usage
import { FAQSearchInputField } from "@lerpa/ui";
<FAQSearchInputField />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| faqs | FAQItem[] | — | |
| title | string | — | |
| subtitle | string | — | |
| placeholder | string | — | |
| defaultCategory | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.