Components/Toggle Group
Toggle Group
Set of two-state buttons that share state — single-select or multi-select.
Installation
npx ajaxui add toggle-groupProps
| Prop | Type | Default | Description |
|---|---|---|---|
| type | "single" | "multiple" | "single" | — |
| value | string | string[] | — | Controlled value. |
| defaultValue | string | string[] | — | — |
| onValueChange | (value: string | string[]) => void | — | — |
| variant | "default" | "outline" | "default" | — |
| size | "sm" | "md" | "lg" | "md" | — |