Components · Interactive
Group of toggle buttons where one or many can be active.
import { Toggle Group } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| type | 'single' | 'multiple' | — | ✓ | Controls whether one or multiple items can be active at a time. |
| value | string | string[] | — | — | The controlled active value(s). |
| variant | 'default' | 'outline' | — | — | Visual style applied to all toggle items in the group. |