This is a materialize clockpicker designed as an addition to http://materializecss.com/
Most source codes are taken from https://github.com/weareoutman/clockpicker
bower install materialize-clockpicker --save
npm i materialize-clockpicker --save
Here are some options and their defaults:
default: '', // default time, 'now' or '13:14' e.g.
fromnow: 0, // set default time to * milliseconds from now
donetext: 'Done', // done button text
cleartext: 'Clear', // clear button text
autoclose: false, // auto close when minute is selected
ampmclickable: false, // set am/pm button on itself
darktheme: false, // set to dark theme
twelvehour: true, // change to 12 hour AM/PM clock from 24 hour
vibrate: true, // vibrate the device when dragging clock hand
container: '', // default will append clock next to input
submit:'' // submit in 24 hour format
npm i gulp bower -g
npm install
bower install
gulp watch
Make sure you have materialize css (including their JavaScript files): http://materializecss.com/
Install this package via npm or bower. Alternatively you can also download the source files and add them to your project manually.
Create an input field in your html code like the following:
```
<label for="timepicker">Time</label>
<input id="timepicker" class="timepicker" type="time">
```
```
<label for="timepicker">Time</label>
<input id="timepicker" data-default="14:20:00" class="timepicker" type="time">
```
```
```
```
```
You can trigger the clock either by ID's or classes (useful if you have several clocks on one page).
$ claude mcp add materialize-clockpicker \
-- python -m otcore.mcp_server <graph>