Back to changelog

VueForm Slider

December 1, 2024

Feature

Let me start by giving credit to the VueForm Slider creators ❤️.

In this release, I added the VeeVueFormSlider component to the forms section.

Yes, there is an existing Slider component provided here. The problem with this component is that the v-model directive returns an array. ALWAYS! This is coming from the implementation provided by Reka UI.

Based on the issue raised here #38, I decided to create a new slider component that returns a single value. This is the VeeVueFormSlider component.

The cool thing is that this one has built in support for vee-validate 🙂.

You can try it out by running

npx ui-thing@latest add vee-vue-form-slider
forms
slider