Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
45 stars 3 forks source link

Slider (input type range) #22

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

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

Wolfr commented 3 years ago

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 commented 3 years ago

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

Wolfr commented 3 years ago

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)