svelte-range-slider-pips
svelte-range-slider-pips copied to clipboard
[question] Pips above slider
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.
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.