Back to Fluentui

SliderBestPractices

packages/react-components/react-slider/stories/src/Slider/SliderBestPractices.md

4.40.2-hotfix2376 B
Original Source

Best practices

Layout

  • Don't use a slider for binary settings.
  • Don't use a continuous slider if the range of values is large.
  • Don't use for a range with fewer than three values.
  • Sliders are typically horizontal but can be vertical, when needed.

Content

  • Use step points if you don't want the slider to allow arbitrary values between minimum and maximum.