A time field web component based on polymer 3.
The time-field
component is distributed as an npm package.
To start using it, first install it from the command line:
npm install --save time-field
Once installed, import it into your application:
import 'time-field/time-field.js'
- Fork the
time-field
repository and clone it locally. - Make sure you have the Polymer CLI and npm (packaged with Node.js) installed.
- When in the
time-field
directory, runnpm install
to install the element's dependencies. - Run
polymer serve --npm --open
, the browser will automatically open the components demo page.
When in the time-field
directory, run:
$ wct --npm