MBSlider
Summary
A single thumb Material Slider working on integers.
Details
Two-way binds an int Value parameter;
Implements only discrete slider variants.
Emits events on:
- Thumb-up;
- Debounced, meaning that events are emitted once the slider stops moving, but before thumb-up; or
- Throttled, so that events are emitted continuously as the slider is moved.
Debounce and throttle implemented in JS to avoid excessive/inefficient use of Blazor JSInterop.
ValueMin and ValueMax are set in OnInitialized and not in SetParameters