The Slider component is an input where the user selects a value from within a given range. This component is built on Radix UI primitives and styled with Shadcn UI.

Properties

$$typeof: symbol
defaultProps?: Partial<Omit<SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Omit<SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>