max
Description
Optional. Sets the maximal value of the counterUsage
max?: number;
Example
<Counter :max="80" />
Related article: Specifying the max and min values
Related sample: Counter
max?: number;
<Counter :max="80" />
Related article: Specifying the max and min values
Related sample: Counter