Slider
Range sliders for numeric input.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Slider
MgSliderA range slider for numeric values with optional value display and units.
API Reference
MgSlider
| Property | Type | Default | Description |
|---|---|---|---|
| Value / bind-Value | double | 0 | Current numeric value; bind for two-way updates. |
| Min / Max | double | 0 / 100 | Minimum and maximum values for the slider. |
| Step | double | 1 | Increment step for value changes. |