range-slider-element
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "range-slider-element", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "index.js", |
# <range-slider> element | ||
> A custom element drop in replacement for the input type range element. | ||
> A custom element drop in replacement for the input type range element. | ||
Accessible range slider custom element with keyboard support. Follows the [ARIA best practices guide on sliders](https://www.w3.org/TR/wai-aria-practices/#slider). | ||
[![npm version](https://img.shields.io/npm/v/range-slider-element.svg)](https://www.npmjs.com/package/range-slider-element) | ||
Accessible range slider custom element with keyboard support. | ||
Follows the [ARIA best practices guide on sliders](https://www.w3.org/TR/wai-aria-practices/#slider). | ||
## Install | ||
```console | ||
$ npm install range-slider-element | ||
``` | ||
## Usage | ||
```js | ||
import 'range-slider-element'; | ||
``` | ||
```html | ||
<range-slider min="0" max="100" step="1" value="50" dir="ltr" value-precision="0"></range-slider> | ||
<range-slider min="0" max="100" step="1"></range-slider> | ||
``` | ||
@@ -27,1 +42,6 @@ | ||
``` | ||
## License | ||
MIT © [André Ruffert](https://andreruffert.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
29415
7
0
47