Components
FormRadioGroup
renders selectable options as **clickable cards**. It natively supports `as const` arrays and custom rendering.
Examples
FormRadioGroup
API
FormRadioGroup
Prop
Type
RadioOption Type
Prop
Type
Custom Render Slot
Override the default card using renderOption:
How is this guide?
FormInput
is the standard text input element.
FormSearchSelect
is an advanced autocomplete component with **search filtering**, **keyboard navigation**, and **flexible rendering** through a render prop pattern. It provides a more powerful alternative to `FormSelect` when you need custom item rendering or complex filtering logic.