@stanko/dual-range-input
Advanced tools
Comparing version 0.9.0 to 0.9.1
# Changelog | ||
## v0.9.0 | ||
## v0.9.0, v0.9.1 | ||
@@ -5,0 +5,0 @@ 17.11.2024. |
{ | ||
"name": "@stanko/dual-range-input", | ||
"description": "Native dual range input in about fifty lines of JavaScript", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "type": "module", |
# Native Dual Range Input | ||
**Readme is still work in progress.** | ||
The native part is somewhat open for discussion. | ||
But the implementation uses two native range inputs | ||
and about fifty lines of JavaScript to make them work together. | ||
In my book, it is _native enough_. | ||
and about [fifty lines of JavaScript](https://cdn.jsdelivr.net/npm/@stanko/dual-range-input/dist/index.js) to make them work together. | ||
It still uses all of the native interactions and accessibility features. | ||
In my book, that is _native enough_. | ||
## Usage | ||
@@ -11,0 +11,0 @@ |
11899