@using Microsoft.AspNetCore.Blazor
This component, including the CSS and image required to produce its
elegant styling, is in an external NuGet package.
@functions {
string buttonLabel = "Click me";
void ChangeLabel(UIMouseEventArgs e)
{
buttonLabel = "It works";
}
}