max
Description
Optional. Sets the maximal value of the slider barUsage
max?: number;
Default
100
Example
<Slider :max="80" />
Related article: Specifying the max and min values
max?: number;
100
<Slider :max="80" />
Related article: Specifying the max and min values