Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nuxt/ui/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheSlider component allows users to select a value or range of values by moving a slider thumb along a track. Built on Reka UI’s Slider primitive.
Basic usage
Range slider
With tooltip
Vertical orientation
With step
Props
The controlled value of the slider. Can be a single number or array for range.
The minimum value.
The maximum value.
The increment between values.
The orientation of the slider.
The color of the slider.
The size of the slider.
Show tooltip with current value on thumbs.
Disable the slider.
Invert the slider direction.
Events
Emitted when the slider value changes.
Emitted when the slider is changed.