Skip to content

Is there any way to make slider's width to 100%? #37

Open
@dukie66

Description

@dukie66

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.

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions