Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatanaso/time-field-polymer2
A time field Web Component based on Polymer 2.x.
https://github.com/gatanaso/time-field-polymer2
polymer polymer-2 time-field web-component webcomponents
Last synced: about 1 month ago
JSON representation
A time field Web Component based on Polymer 2.x.
- Host: GitHub
- URL: https://github.com/gatanaso/time-field-polymer2
- Owner: gatanaso
- License: apache-2.0
- Created: 2018-12-02T04:59:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T11:40:26.000Z (over 4 years ago)
- Last Synced: 2024-09-22T16:48:02.171Z (about 2 months ago)
- Topics: polymer, polymer-2, time-field, web-component, webcomponents
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/time-field-polymer2)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/gatanasotime-field-polymer2)
[![Build Status](https://travis-ci.org/gatanaso/time-field-polymer2.svg?branch=master)](https://travis-ci.org/gatanaso/time-field-polymer2)
[![codecov](https://codecov.io/gh/gatanaso/time-field-polymer2/branch/master/graph/badge.svg)](https://codecov.io/gh/gatanaso/time-field-polymer2)# \
A time field Web Component based on Polymer 2.x.
For the Polymer 3 based version of this component see: https://github.com/gatanaso/time-field
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing The ``
```
$ polymer serve --open
```## Running Tests
```
$ polymer test
```