min
Description
Optional. Sets the minimal value of the slider barUsage
min?: number;
Default
0
Example
<Slider min={10} />
Related article: Specifying the max and min values
min?: number;
0
<Slider min={10} />
Related article: Specifying the max and min values