Components/Slider
Since 1.0.0BETA

Slider

Component documentation for Slider.

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Slider

Component documentation for Slider.

Basic Usage

Slider

Demo loads on client.

Disabled

Slider (disabled)

Demo loads on client.

Formatted Display

Slider (formatValue)

Demo loads on client.

Show Values

Slider (show value)

Demo loads on client.

Elastic Tooltip (speed + acceleration)

Slider (elastic tooltip)

Demo loads on client.

API

Props

PropTypeDefaultDescription
modelValuenumber0Description for modelValue.
minnumber0Description for min.
maxnumber100Description for max.
stepnumber1Description for step.
disabledbooleanfalseDescription for disabled.
showValuebooleanfalseDescription for showValue.
formatValue(value: number) => string-Description for formatValue.
showTooltipbooleantrueDescription for showTooltip.
tooltipTrigger'drag' | 'hover' | 'always''drag'tooltip DisplayTriggerText
tooltipFormatter(value: number) => string-Description for tooltipFormatter.
tooltipPlacement'top' | 'bottom''top'tooltip Position
tooltipTiltbooleanfalseDescription for tooltipTilt.
tooltipTiltMaxDegnumber18Description for tooltipTiltMaxDeg.
tooltipOffsetMaxPxnumber28Description for tooltipOffsetMaxPx.
tooltipAccelBoostnumber0.65Description for tooltipAccelBoost.
tooltipSpringStiffnessnumber320Description for tooltipSpringStiffness.
tooltipSpringDampingnumber24Description for tooltipSpringDamping.
tooltipMotion'blur' | 'fade' | 'none''blur'tooltip Display/HiddenText
tooltipMotionDurationnumber160Description for tooltipMotionDuration.
tooltipMotionBlurPxnumber10Description for tooltipMotionBlurPx.
tooltipDistortSkewDegnumber8Description for tooltipDistortSkewDeg.
tooltipJellybooleantrueDescription for tooltipJelly.
tooltipJellyFrequencynumber8.5Description for tooltipJellyFrequency.
tooltipJellyDecaynumber10Description for tooltipJellyDecay.
tooltipJellyRotateDegnumber10Description for tooltipJellyRotateDeg.
tooltipJellySkewDegnumber12Description for tooltipJellySkewDeg.
tooltipJellySquashnumber0.16Description for tooltipJellySquash.
tooltipJellyTriggerAccelnumber2800Description for tooltipJellyTriggerAccel.

Events

EventParamsDescription
update:modelValuenumberDescription for update:modelValue.
changenumberDescription for change.
Was this helpful?