Skip to content

Commit 302d497

Browse files
author
matthewcsimpson
committed
vnumber
1 parent 4926cf1 commit 302d497

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dist/Functional/RangeSliderSimple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*!
22
* WebTricks — RangeSliderSimple
3+
* @version 0.0.2 — pre-release; bump patch (and docs/Functional/RangeSliderSimple.md) on every change to this file.
34
* Dual native range inputs (no custom thumb DOM). Self-contained (single script tag).
45
* MIT License
56
*/

docs/Functional/RangeSliderSimple.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RangeSliderSimple
22

3+
## Version
4+
5+
Current version: **0.0.2** (pre-release — see banner in `Dist/Functional/RangeSliderSimple.js`; bump patch and this line when the script changes).
6+
37
## Description
48

59
`RangeSliderSimple` is a dual-handle range control built from two native `<input type="range">` elements. The draggable thumbs you see are the browser’s own controls, so hit targets stay aligned with the visuals. The file is **self-contained** (same core behavior as `RangeSlider`, inlined—keep edits in sync manually if you change constraint/display logic).

0 commit comments

Comments
 (0)