RadioPillGroup Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
RadioPillGroup
Visible choice group optimized for short option sets and filters.
Use when: Use when users should compare a few options at a glance.
Import
import { RadioPillGroup } from "@components/index";Example
<RadioPillGroup name="family" options={options} value={value} onChange={setValue} />Available Props
optionsRadioPillOption[]
List of selectable pills.
valuestring | null
Current selected value.
allowClearboolean
Allows toggling back to null.
Live Preview
Family
Controls
Use the pills in the preview to change selection.