vue-simple-range-slider
Version:
Change Your numeric value or numeric range value with dragging handles
13 lines • 353 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vue-simple-range-slider Test</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>