In this demo, the React Toolbar showcases customization options for toolbar items using the template
property. The Toolbar items are arranged using the align
property.
To add icons to the toolbar items, the prefixIcon
property is used. When the showTextOn
property's is set to overflow
, the Toolbar items' text
that overflows will be visible.
In this demo, NumericTextBox
, ComboBox
and TextBox
are used inside the Toolbar .