paperwave-range-slider
Version:
paperwave-range-slider allows users to select a sub-range by moving the slider knobs.
19 lines (17 loc) • 485 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/wct-mocha/wct-mocha.js"></script>
</head>
<body>
<script>
// Load and run all tests (.html, .js):
WCT.loadSuites([
'paperwave-range-slider_test.html'
]);
</script>
</body>
</html>