Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/segmented-control.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| options | readonly string[] | - | Segment labels, shared equally. |
| value | string | - | The selected option. |
| onChange | (value: string) => void | - | Called with the newly selected option. |
| label | string | - | Accessible name for the radio group. |