Blazor Toolbar Example - Custom Templates
This sample demonstrates customization of the Blazor Toolbar.
In this demo, the Blazor 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 DisplayMode is set to Overflow, the Toolbar items' text that overflows will be visible.
In this demo, the following components are used inside the Toolbar SfNumericTextBox, SfComboBox and SfTextBox.