Sliders

Use @vueform/slider to render fancy sliders in you forms with or without tooltips, and the ability to merge them.

This component is provided by the @vueform/slider library.

Straight tooltip

Check out this example of a straight slider tooltip.

Show code

Rounded tooltip

Check out this example of a rounded slider tooltip.

Show code

Curved tooltip

Check out this example of a curved slider tooltip.

Show code

Circle tooltip

Check out this example of a circle slider tooltip.

Show code

Slider colors

Slider components and tooltips can have different colors. Use the built-in color classes to change the color of the slider and the tooltip.

Show code

Multiple handles

Sliders can have multiple handles when the data structure requires it. Check out this example for more details.

Show code

Tooltip format

Slide tooltips content can be formatted using the format prop. Check out the code example for more details about usage.

Show code

Tooltip merging

In more complex examples, you might need to merge multiple tooltips into one at some point. Check out this example for more details.

Show code