C#C
C#3y 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>
MudBlazor
Blazor Component Library based on Material Design. MudBlazor is easy to use and extend, especially for .NET devs because it uses almost no Javascript.
Was this page helpful?