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

[feature] events are missing in the docs page

Open paulovieira opened this issue 1 year ago • 1 comments

Describe the feature The docs page is wonderful! But the slider events seem to be missing.

Explain it's value / reasoning The events are a fundamental feature for a library like this.

paulovieira avatar Oct 12 '22 14:10 paulovieira

Hi @paulovieira , thanks, yes I added the event handlers after the docs page was created. Actually there's a fair amount missing but I never seem to find the energy to update it :(

One thing I would add, though, is that the Docs page is for the Svelte version, and really the events are not especially useful for the Svelte (reactive) use-case, as one should really be using reactive statements instead of event listeners.

simeydotme avatar Oct 15 '22 10:10 simeydotme