SegmentedItemProps
Represents the properties of a single item within the SegmentedControl component.
| Name | Type | Default | Description |
|---|---|---|---|
aria-label? |
|
The | |
dir? |
|
Represents the | |
disabled? |
|
Specifies whether the item is disabled. | |
iconClassName? |
|
CSS class name applied to the icon element only when the item is selected.
Has no effect when vue
| |
onBlur? |
|
Event handler fired when the item button loses focus. | |
onClick? |
|
Event handler fired when the item button is clicked. | |
onFocus? |
|
Event handler fired when the item button receives focus. | |
onMouseEnter? |
|
Event handler fired when the mouse pointer enters the item button. | |
onMouseLeave? |
|
Event handler fired when the mouse pointer leaves the item button. | |
svgIcon? |
|
Sets an SVG icon to render inside the item using an vue
| |
text? |
|
Specifies the text label of the SegmentedItem.
Rendered inside a vue
| |
title? |
|
Sets the vue
| |
type? |
|
|
Specifies the |
value |
|
The unique identifier for the SegmentedItem. Used to match against the SegmentedControl's vue
|