office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
12 lines (8 loc) • 404 B
Markdown
### 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 of three values or less.
- Sliders are typically horizontal but can also be vertical
### Content
- Include a label indicating what value the slider changes.
- Use step points if you don't want the slider to allow arbitrary values between minimum and maximum.