RangeSlider Component
A dual-handle slider for selecting a range of values with keyboard support, tooltips, and full accessibility.
Basic
A simple range slider with default settings (0-100).
Price Range
Custom range with step increments for price selection.
Age Range
Age selector with custom min/max values.
With Tick Marks
Range slider with visible tick marks at specified intervals.
Without Tooltips
Range slider with tooltips disabled.
Without Labels
Range slider with min/max labels hidden.
Decimal Steps
Range slider with decimal step values for precise selection.
Vertical Orientation
Range slider in vertical orientation.
Disabled State
Range slider in disabled state cannot be interacted with.
Form Integration
Range slider integrated with Blazor's EditForm for validation.
Keyboard Navigation
Use keyboard to control the slider handles.
- Tab - Focus handles
- ← ↓ - Decrease value
- → ↑ - Increase value
- Page Up - Increase by 10 steps
- Page Down - Decrease by 10 steps
- Home - Jump to minimum
- End - Jump to maximum