guide_en.md 682 B

value, startValue, endValue, minRange, maxRange

When passing in value, startValue, and endValue, please make sure it is between minRange and maxRange.

step

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.

Layout

The Slider component does not set external margins, please set it yourself when laying out the page.

Slot

When useSlot of the Props is true, the area representing the progress of the Slider will render using slots, refer to the example.