--- layout: default ---
Include html-duration-picker.min.js in your HTML file, just before the </body>
tag. like
this:
<script src="html-duration-picker.min.js"></script>
</body>
add a html-duration-picker
attribute on any <input>
box.
like this:
<input html-duration-picker>
<input type="text">
<input html-duration-picker>