SegmentedItemProps
Represents the properties of a single item within the SegmentedControl component.
| Name | Type | Default | Description |
|---|---|---|---|
dir? |
|
Represents the | |
iconClassName? |
|
CSS class name applied to the icon element only when the item is selected ( | |
svgIcon? |
|
Sets an SVG icon to render inside the item using an | |
text? |
|
Specifies the text label of the SegmentedItem.
Rendered inside a | |
title? |
|
Sets the | |
value |
|
The unique identifier for the SegmentedItem. Used to match against the SegmentedControl's |