sveltekit-jui
sveltekit-jui copied to clipboard
Slider (input type range)
A customization on input type range that fits with the other UI components needs to be implemented.
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
Reference: https://www.duetds.com/components/range-slider/
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)