svelte-range-slider-pips icon indicating copy to clipboard operation
svelte-range-slider-pips copied to clipboard

[question] Pips above slider

Open victor-baumann opened this issue 3 years ago • 0 comments

Thanks for making this component!

I'm implementing a design where the pips/labels are above instead of below the slider. Which is a bit unusual, but makes sense in the context.

Screen Shot 2022-09-09 at 8 02 07 PM

From quickly testing I seem to be able to achieve this with css only by setting negative values to the absolute position attributes of .rangePips and .pipVal then tweaking some other things as well.

So before going down this path, I just wanted to know, if I missed something in the docs and if there is a better way to do this.

victor-baumann avatar Sep 10 '22 01:09 victor-baumann