Questions tagged [vue-slider-component]
14 questions
3
votes
1 answer
Vue Slider Component - Enable drag-end and on-click updates concurently
I'm using vue-slider-component in my project. By default, it is clickable i.e. it applies update (calls desired method) on click event. But it also continuously applies updates while dragging, from start to end point. What I wanted is to apply…

efluent
- 31
- 1
- 2
2
votes
0 answers
why vue-range-component is not working fine in sweet-modal Vuejs
I am trying to get Vue-range-component functionality in my project, but it was not loading perfectly on the sweet-modal.
please check image how range showing
…

kamran shirazi
- 21
- 3
1
vote
2 answers
how to set range without max values in vue-slider
I am using vueSlider.
Looking at the example below link, I think that only the integers in min and max can be set.

negabaro
- 3,127
- 7
- 21
- 33
1
vote
1 answer
How to use vue-slider-component in Laravel 5.6
i would like to add a slider to my panel. I've insalled
npm install vue-slider-component --save
and then i created a new component and regstried in app.js
In my Slider.vue component i added the startet template

Greg Ostry
- 1,161
- 5
- 27
- 52
1
vote
0 answers
Vue awesome swiper play video if content is video
I'am using Vuejs2 and vue awesome swiper,
I can add video autoplay in slider but i can't control video play when slide active in video data. can video autoplay just when slider active in video?.
This is my code
…

Didot
- 11
- 1
0
votes
1 answer
Tooltips overlap in vueform slider
I'm using this slider (https://github.com/vueform/slider#multiple-slider) in one of my form field and for some reasons, both the tooltips are stuck at one place.
Template Code of the slider component:
…

Appu
- 35
- 5
0
votes
1 answer
Adding DBps scale from 0-100 within min/max values
I have a project going where i use a vue-slider for adjusting volume, and at the same time i also use vue-slider`s process to show current level on the actual output, however i have a mathematical problem thats above my head of thinking.
Lets say i…

Stian Blåsberg
- 115
- 2
- 8
0
votes
0 answers
Slick carousal not working with Vue JS and Laravel 9
I am trying to implement a slick carousel using vuejs-3 in laravel-9.
I can see the elements one below the other but no carousal.
Below is my code:
project_folder\resources\js\components\partials\Contact\client.vue
import Slick from…

ABHISHEK KUMAR
- 1
- 3
0
votes
1 answer
Vue-slider has correct data but places both slider-tooltips at the end of the slider
I am using the "vue-slider" component to sort products based on their price. The problem I am facing is that, eventhough the data is correctly loaded and send to the "vue-slider" implementation. The tooltips (the dragable dots) on the slider appear…

Craws
- 576
- 4
- 30
0
votes
0 answers
VueJS - How to customize a vue-slider-component's slider bar?
I am new to Vue js and I am working with the vue-slider-component.
I want to design the slider in a triangular form like below.
I want to know how to customize the slider bar into this particular shape. Thanks in advance.

Somya Sharma
- 23
- 5
0
votes
1 answer
How to change point styles in vue-slick-carousel
I am using the vue-slick-carousel package
in Vue js app i want to change slider dots styles change color, background, width, height and so on how can i achieve this? here is my code
…

Synchro
- 1,105
- 3
- 14
- 44
0
votes
2 answers
Vue Slick Carousel can't make image as a link
I'm using vue-slick-carousel to build a slider. I have an issue with image which I wrapped as a link. When I click on image redirect doesn't happen. Also I have a title under image which I wrapped as a link too, and with text it works great, but…

Igor Oleniuk
- 145
- 4
- 11
0
votes
0 answers
Vue-slider-component does not show up in DOM after npm install
I am using Vue-Slider-Component(V 3.0.31) in my application and it used to work perfectly fine. Later when I ran npm install for some other purpose, the slider stopped showing up in the browser and I can not even see that in DOM. Basically it is not…

techie_questie
- 1,434
- 4
- 29
- 53
0
votes
1 answer
Appending %+- to Input field view
I'm using a vue component which is two way bound with an input field.
I want to append a +- and a % sign to this value solely in the input field view. I don't want to change the actual value as this will cause troubles with the component.
Here is…

Sisky
- 563
- 9
- 26