Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5790026

Browse files
committed
Merge pull request #60 from andreruffert/negative-example
Adds negative example
2 parents ea0f30d + 794d01e commit 5790026

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

example/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ <h2>Comparison to native element</h2>
4141
<br>
4242
<br>
4343

44+
<div>
45+
<h2>Negative example</h2>
46+
<input type="range" min="-20" max="20" data-rangeslider>
47+
<output></output>
48+
</div>
49+
50+
<br>
51+
<br>
52+
4453
<div>
4554
<h2><code>value="0"</code></h2>
4655
<input type="range" value="0" data-rangeslider>

0 commit comments

Comments
 (0)