Blazor Button Example - Default Functionalities
This sample demonstrates the default functionalities of the Button component with different types and predefined styles.
The Button is a graphical user interface element that triggers an event on click action. It can contain text, an image, or both.
In this sample, the Play button demonstrates toggle functionality, which can be enabled using the IsToggle property. To change the text and icon dynamically, handle the click event accordingly.
For more information, refer to the Button documentation.