Blazor Button Group Component Example - Default Functionalities
This sample demonstrates the default functionalities of the ButtonGroup component, showcasing default, single selection, and multiple selection modes.
The ButtonGroup is a graphical user interface component that groups a series of buttons horizontally or vertically, providing an organized way to present related actions.
This sample demonstrates the ButtonGroup component with various content combinations:
- Icon only: Buttons with only icon representation
- Text only: Buttons with only text labels
- Text with icon: Buttons combining both text and icon elements
Selection modes:
- Default: Triggers action on button click without maintaining state
- Single selection: Selects a single button and submits its value on form submission
- Multiple selection: Selects multiple buttons and submits their values on form submission (first button selected by default)
For more information, refer to the ButtonGroup documentation.