Form Selector
Keyboard-navigable single-choice selector with letter badges and highlight on selection.
What best describes your company?
This helps us customize your experience
Features
- Letter badges — A, B, C, D... keyboard-style option labels
- Selection highlight — Selected option gets inverted styling
- Single select — One option at a time
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| question | string | - | The question to display |
| subtitle | string | - | Optional subtitle text |
| options | string[] | - | Answer options |
| onSelect | (option: string) => void | - | Called when an option is clicked |
| onSubmit | (option: string) => void | - | Called when continue is clicked |
| onSkip | () => void | - | Callback for skip button |
Components Used
button