Add example code

This commit is contained in:
daudix
2024-08-12 05:16:39 +03:00
parent 12e9202a66
commit 5eb376a232

View File

@ -327,7 +327,11 @@ With `color` type:
With `range` type:
<input type="range" min="1" max="100" value="33" id="range">
```html
<input type="range" max="100" value="33">
```
<input type="range" max="100" value="33" id="range">
<!-- For the demo purposes only -->
<small id="range-value"></small>