Open
Description
How can I set sliders' width to 100%?
I have tried to set it like this :width="'100%'"
but got a type error cause it was expecting number as a prop.
My workaround:
I took a wrapper class and added CSS like this
.rangeSlider .vue-histogram-slider-wrapper { width: 100% !important; }
Is there any better way to do it?
Metadata
Metadata
Assignees
Labels
No labels