1 | # noUiSlider
|
2 |
|
3 | noUiSlider is a lightweight JavaScript range slider.
|
4 |
|
5 | - **Accessible** with `aria` and keyboard support
|
6 | - GPU animated: no reflows, so fast; even on older devices
|
7 | - All modern browsers and IE > 9 are supported
|
8 | - **No dependencies**
|
9 | - Fully **responsive**
|
10 | - **Multi-touch support** on Android, iOS and Windows devices
|
11 | - Tons of [examples](https://refreshless.com/nouislider/examples) and answered [Stack Overflow questions](https://stackoverflow.com/questions/tagged/nouislider)
|
12 |
|
13 | License
|
14 | -------
|
15 | noUiSlider is licensed [MIT](https://choosealicense.com/licenses/mit/).
|
16 |
|
17 | It can be used **for free** and **without any attribution**, in any personal or commercial project.
|
18 |
|
19 | [Documentation](https://refreshless.com/nouislider/)
|
20 | -------
|
21 | An extensive documentation, including **examples**, **options** and **configuration details**, is available here:
|
22 |
|
23 | [noUiSlider documentation](https://refreshless.com/nouislider/).
|
24 |
|
25 | Contributing
|
26 | ------------
|
27 |
|
28 | See [Contributing](CONTRIBUTING.md).
|
29 |
|
30 | Sponsorship
|
31 | -----------
|
32 |
|
33 | noUiSlider is a stable project that still receives a lot of feature requests. A lot of these are interesting, but require a good amount of effort to implement, test and document. Sponsorship of this project will allow me to spend some more of my time on these feature requests.
|
34 |
|
35 | Please consider sponsoring the project by clicking the "❤ Sponsor" button above. Thanks!
|
36 |
|
37 | Tooling
|
38 | -------
|
39 |
|
40 | Cross-browser testing kindly provided by BrowserStack.
|
41 |
|
42 | [![Tested with BrowserStack](documentation/assets/browserstack-logo-380x90.png)](http://browserstack.com/)
|