Slider

Select numeric values along a draggable track.

Slider

Default

Bind a number with v-model between min and max.

Code copied

Color

Color the track and thumb to match your theme.

Code copied

Ticks

Display step ticks along the track.

Code copied

Text Fixed

Append a suffix such as % next to the current value.

Code copied

API

PROPS

PropertyTypeValuesDescriptiondefaultExampleMore
v-modelNumberNumberCurrent value.
minNumberNumberMinimum value.
maxNumberNumberMaximum value.100
stepNumberNumberStep increment.1
disabledBooleantruefalseDisable interaction.
colorStringprimarysuccessdangerSlider color.primary
text-fixedStringStringSuffix shown next to value.
ticksBooleantruefalseShow tick marks.
No matching data

EVENTS

PropertyTypeValuesDescriptiondefaultExampleMore
update:modelValueValue changed.
changeValue committed.
No matching data
Last Updated: 2026-08-17, 08:33:54