States
Disable Group
Disable Item
Read-Only Group
Orientation
Set orientation="vertical"
to enable a vertical layout.
Alternative
Consider using a Skeleton Button Group if you need finer grain control over the markup and styling.
API Reference
Segment
Property | Type | Description |
---|---|---|
orientation | string | |
base | string | |
background | string | |
border | string | |
flexDirection | string | |
gap | string | |
padding | string | |
rounded | string | |
width | string | |
classes | string | |
orientVertical | string | |
orientHorizontal | string | |
stateDisabled | string | |
stateReadOnly | string | |
indicatorBase | string | |
indicatorBg | string | |
indicatorText | string | |
indicatorRounded | string | |
indicatorClasses | string | |
onValueChange | object | |
children | React.ReactNode | |
name | string | |
value | string | |
form | string | |
dir | string | |
getRootNode | object | |
disabled | boolean | |
ids | Partial<...> | |
readOnly | boolean | |
SegmentItems
Property | Type | Description |
---|---|---|
base | string | |
classes | string | |
stateDisabled | string | |
stateFocused | string | |
labelBase | string | |
labelClasses | string | |
children | React.ReactNode | |
value * | string | |
disabled | boolean | |