Skip to content

Commit 1b43ad8

Browse files
committed
Add slider input example
1 parent 0684c8c commit 1b43ad8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/html/slider.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
<input type="range" min="3" max="8" id="slid">
7+
</body>
8+
</html>
9+

0 commit comments

Comments
 (0)