@smui/slider
Version:
Svelte Material UI - Slider
20 lines (11 loc) • 539 B
Markdown
# Svelte Material UI - Slider
Sliders are range selectors, providing the functionality of `<input type="range">`.
# Installation
```sh
npm install --save-dev @smui/slider
```
# Examples and Usage Information
https://sveltematerialui.com/demo/slider
# More Information
See [Sliders](https://material.io/components/sliders) in the Material design spec.
See [Slider](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-slider) in MDC-Web for information about the upstream library's architecture.