Library Blazor Components Button Reference Classes Button Properties Primary

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;

Sign in