The ui5-toolbar component is used to create a horizontal layout with items.
The items can be overflowing in a popover, when the space is not enough to show all of them.
Defines the accessible ARIA name of the component. Note: It is strongly recommended to always set this property or accessibleNameRef when the toolbar has role="toolbar" (i.e. when it contains more than one interactive item). Without an accessible name, screen readers will announce the toolbar without any context, making it harder for keyboard-only and AT users to understand its purpose.
Receives id(or many ids) of the elements that label the input. Note: When the toolbar has role="toolbar", at least one of accessibleName or accessibleNameRef should be provided to satisfy WCAG 2.1 success criterion 4.1.2.
Defines the accessible ARIA name of the overflow button of the component. Note: When not set, the built-in translation for "Additional Options" is used.
Defines the items of the component. Note: Currently only ui5-toolbar-button, ui5-toolbar-select, ui5-toolbar-separator and ui5-toolbar-spacer are allowed here.