Blazor Split Button Component Example - Default Functionalities
This sample demonstrates the default functionalities of the SplitButton component. Clicking the primary button triggers the default action, while clicking the secondary button displays a popup with action items.
The SplitButton component has primary and secondary buttons. The primary button selects the default action, and the secondary button toggles contextual overlays for displaying action items. It can contain both text and images.
In this sample, the SplitButton is customized using:
- IconCss — Add custom icons
- Content — Define button content
- DropDownMenuItem — Add action items
- Disabled — Disable button items
For more information, refer to the SplitButton documentation.