@smui/slider

Svelte Material UI - Slider

Usage no npm install needed!

<script type="module">
  import smuiSlider from 'https://cdn.skypack.dev/@smui/slider';
</script>

README

Svelte Material UI - Slider

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.