Slider
Slider component for Universal Dashboard.
Sliders allow users to make selections from a range of values.
Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.
Slider
Slider with minimum and maximum values
Disabled Slider
Slider with custom step size
Slider with marks
Range based slider
OnChange event for slider
New-UDSlider
Name | Type | Description | Required |
Id | string | false | |
Value | int[] | false | |
Minimum | int | false | |
Maximum | int | false | |
Disabled | switch | false | |
Marks | switch | false | |
OnChange | Endpoint | false | |
Orientation | string | false | |
Step | int | false | |
ValueLabelDisplay | string | false |
Last updated