Primary
Button will have an appearance of a primary button. By default primary button is painted in a blue color.
razor
[Parameter] public bool Primary { get; set; } = false;
Button will have an appearance of a primary button. By default primary button is painted in a blue color.
[Parameter] public bool Primary { get; set; } = false;