When passing in value, startValue, and endValue, please make sure it is between minRange and maxRange.
When passing in step, please try to ensure that (maxRange - minRange) / step is an integer, and consider the accuracy of each step. The step size is too small may cause the slider unable to slide to the required value quickly, thus affecting the user experience.
The Slider component does not set external margins, please set it yourself when laying out the page.
When useSlot of the Props is true, the area representing the progress of the Slider will render using slots, refer to the example.