width
Description
Optional. Sets the width of a slider barUsage
width?: string;
Example
<Slider width="300px" />
Details
This property corresponds to the width
CSS property and can take all its values set as strings.
Related article: Setting the bar width