sveltekit-jui icon indicating copy to clipboard operation
sveltekit-jui copied to clipboard

Slider (input type range)

Open Wolfr opened this issue 4 years ago • 3 comments

A customization on input type range that fits with the other UI components needs to be implemented.

Wolfr avatar Apr 10 '21 09:04 Wolfr

Some inspiration (top part): https://hihayk.github.io/shaper/#system-ui,%20sans-serif/1.3/1.52/2.23/0.52/1.64/0.5/224/60/50/5/0.4/1/false

Wolfr avatar Apr 15 '21 21:04 Wolfr

Reference: https://www.duetds.com/components/range-slider/

Wolfr avatar Apr 17 '21 13:04 Wolfr

Started working on a slider: https://svelte.dev/repl/e3d373a5a2a54c6f9093d893199fef74?version=3.38.2

Inspiration can be found in this REPL: https://svelte.dev/repl/5a4775fe67074f0fa3ebbca7091fdf4f?version=3.38.2 Based on https://github.com/BulatDashiev/svelte-slider (MIT)

Wolfr avatar May 10 '21 06:05 Wolfr