A slider component for selecting a value from a range.
Guidelines
React API Reference
Blazor API Reference
Sliders allow users to select a value from a continuous range by dragging a handle along a track, providing an intuitive way to adjust numeric values with immediate visual feedback.
Use for selecting values from a continuous range where precise control is important. Ideal for adjusting settings, filtering, or configuring parameters.
Content
Provide clear labels for min/max values and current selection. Consider showing the current value during interaction.
Behavior
Provide smooth dragging interaction with immediate visual feedback. Support keyboard navigation for accessibility.
States
Clearly indicate enabled, disabled, and focused states. Show visual feedback during interaction and value changes.
Feedback
Use visual indicators for current position and range. Provide haptic feedback on mobile devices when possible.
Examples
Volume controls, price ranges, date ranges, opacity settings, or any numeric value selection within defined bounds.