Toggle Group
A glass rail that shares pressed state across its toggles. The pressed one rises to lit glass, echoing the tabs indicator.
Draw
npx shadcn@latest add @clow/toggle-groupPlayground
props
<ToggleGroup />Examples
basic
multiple
Props
| prop | type | default |
|---|---|---|
| multiple | boolean | false |
| disabled | boolean | false |
| orientation | horizontal | vertical | horizontal |