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

Multi-Thumb, Accessible, Beautiful Range Slider with Pips

Results 28 svelte-range-slider-pips issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Upon running `yarn run check`, a hint is outputted stating the a declaration file for the module could not be found Steps to reproduce the behavior: 1....

enhancement
help wanted
compatibility
feature request

**Describe the feature** I suggest to add the following css: :global(.rangeSlider *:focus) { outline:none !important; outline-style: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } **Explain it's value / reasoning** Safari...

feature request
investigating

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.24.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

currently I am trying to: ```html bind:values={[$volume]} ``` ...but I get the following error: ``` Can only bind to an identifier (e.g. `foo`) or a member expression (e.g. `foo.bar` or...

documentation
enhancement
good first issue

**Describe the bug** Testing a svelte component that include `RangeSlider` does not works. I have an error : `TypeError: SvelteRangeSliderPips is not a constructor`. I'm testing a "classic" implementation with...

invalid
question

Currently there are no types shipped with the package, would be nice to do this

help wanted
good first issue
feature request

Hello, Thank you for making this, I've been using it a lot and mainly for playing around with interactive stuff, like [P5](https://github.com/tonyketcham/p5-svelte) for example, which I made a logo for...

under consideration