Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
Slider
A slider allows the user to select a value or range from a continuous or discrete range.Import
Slider.Root
Groups all parts of the slider.Props
State
activeThumbIndex: number - The index of the active thumbdisabled: boolean - Whether the component should ignore user interactiondragging: boolean - Whether the thumb is currently being draggedmax: number - The maximum valuemin: number - The minimum valueminStepsBetweenValues: number - The minimum steps between values in a range sliderorientation: ‘horizontal’ | ‘vertical’ - The component orientationstep: number - The step increment of the slidervalues: readonly number[] - The raw number value of the slider