Level 2
<Slider class="mb-2" v-model="$page.props.total" :min="$page.props.minPrice" :max="$page.props.maxPrice" />
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am using this package https://github.com/vueform/slider for my app.
Is there any way to define like 1k, 5k, 10k, 50k, 100k etc when user slide it? At the moment i am using :min and :max which will need user to slide against all the value. So i am looking for workaround to slide only based on defined value instead of the value from range like 0 to 1 million.
Please or to participate in this conversation.