Svelte Material UI - Slider

October 8, 2022 ยท View on GitHub

Sliders are range selectors, providing the functionality of <input type="range">.

Installation

npm install --save-dev @smui/slider

Examples and Usage Information

https://sveltematerialui.com/demo/slider

More Information

See Sliders in the Material design spec.

See Slider in MDC-Web for information about the upstream library's architecture.