SegmentedButton
<ui5-segmented-button>
| Since 1.0.0-rc.6The ui5-segmented-button
shows a group of items. When the user clicks or taps
one of the items, it stays in a pressed state. It automatically resizes the items
to fit proportionally within the component. When no width is set, the component uses the available width.
ES6 Module Import​
import "@ui5/webcomponents/dist/SegmentedButton.js";
Basic Sample​
Properties​
accessibleName​
selectionMode​
selectedItems​
Slots​
default​
Events​
selection-change​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.
More Samples​
Selection Modes​
You can define if single or multiple buttons can be pressed.