time-field
A time field web component based on polymer 3
<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-field
Once installed, import it into your application:
import 'time-field/time-field.js'
Running demos locally
- 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.
Running tests from the command line
When in the time-field
directory, run:
$ wct --npm
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
The first major version of the time-field
web component.
- Released
- 2019-07-03
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Polymer 3.0+
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- Internet Explorer
- Microsoft Edge