SegmentedControl
SegmentedControl Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| size | selectsm | md | lg | — | |
| disabled | boolean | — | |
| fullWidth | boolean | — |
Default
Sizes
Disabled
FullWidth
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
disabled | boolean | — | Disabled state |
fullWidth | boolean | — | Full width mode |
size | select | — | Size variant |
Using SegmentedControltsx
import { SegmentedControl } from '@/components/SegmentedControl'
<SegmentedControl
size="..."
disabled="..."
fullWidth="..."
/>Tokens Used
No design tokens detected