C
C#2y ago
newuser

❔ blazor

https://mudblazor.com/components/form#simple-form-validation I want the form on this site to open when I click the button. How can I do it
<MudButton Variant="Variant.Filled" StartIcon="@Icons.Material.Filled.Add" Color="Color.Success" OnClick="function" >button</MudButton>
<MudButton Variant="Variant.Filled" StartIcon="@Icons.Material.Filled.Add" Color="Color.Success" OnClick="function" >button</MudButton>
MudBlazor
MudBlazor - Blazor Component Library
Blazor Component Library based on Material Design. MudBlazor is easy to use and extend, especially for .NET devs because it uses almost no Javascript.
2 Replies
Henkypenky
Henkypenky2y ago
you need an event
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.