Library Blazor Components SpinTextBox Step

Step

Increasing (or decreasing) amount after user click on one of the spin buttons.

razor
[Parameter]
public double Step { get; set; } = 1;

Sign in