First of all, thanks for your good work! We really appreciate it.
Still, we have a problem to change the width of the slider, it’s not possible at all.
Only the vaadin component changes its width (using something like mySlider.setWidth(“500px”)). But the inner slider component itself which is in fact inside a shadow DOM doesn’t change its width because it has a default width of 200px hard coded.
A simple hack is to just comment out all 200px references in the inner original @belomx/paper-range-slider@1.0.3 component, but I guess a correct handling from the vaadin wrapper would be better.
Besides that, allowing issues in the github repository would also help to keep issues out of this discussion.