You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
You can customize your slider using the following options:
Option
Description
Type
Default
id
The id of the HTML element that the slider will be applied to.
string
""
radius
The radius of the slider.
number
0
borderWidth
The width of the slider's border.
number
0
borderColor
The color of the slider's border.
string
"#000000"
handleSize
The size of the slider's handle.
number
0
handleColor
The color of the slider's handle.
string
"#000000"
Updating RoundSlider Value
Along with the initialization of RoundSlider, you can dynamically update the value of a slider using theupdateRoundSliderValue function. This function takes two parameters: theid of the RoundSlider you wish to update, and thevalue that you wish to set.