Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```