1.0.0 • Published 6 years ago
time-field v1.0.0
\<time-field>
A time field Web Component based on Polymer 3.
Getting started
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-fieldOnce installed, import it into your application:
import 'time-field/time-field.js'Running demos locally
- Fork the
time-fieldrepository and clone it locally. - Make sure you have the Polymer CLI and npm (packaged with Node.js) installed.
- When in the
time-fielddirectory, runnpm installto install the element's dependencies. - Run
polymer serve --open, the browser will automatically open the components demo page.
Running tests from the command line
When in the time-field directory, run:
$ wct --npm