time-field

WebJar for time-field

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

time-field
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

time-field
WebJar for time-field
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gatanaso/time-field

Download time-field

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/time-field/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>time-field</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/time-field/
implementation 'org.webjars.npm:time-field:0.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/time-field/
implementation ("org.webjars.npm:time-field:0.0.4")
'org.webjars.npm:time-field:jar:0.0.4'
<dependency org="org.webjars.npm" name="time-field" rev="0.0.4">
  <artifact name="time-field" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='time-field', version='0.0.4')
)
libraryDependencies += "org.webjars.npm" % "time-field" % "0.0.4"
[org.webjars.npm/time-field "0.0.4"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : polymer__iron-icons jar [3.0.0-pre.21,4)
org.webjars.npm : polymer__polymer jar [3.0.0,4)
org.webjars.npm : vaadin__vaadin-button jar [2.1.0-alpha3,3)
org.webjars.npm : vaadin__vaadin-text-field jar [2.1.0-alpha3,3)

Project Modules

There are no modules declared in this project.

Published on webcomponents.org Published on Vaadin  Directory Build Status codecov

<time-field>

A time field web component based on polymer 3.

Live Demo

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

  1. Fork the time-field repository and clone it locally.
  2. Make sure you have the Polymer CLI and npm (packaged with Node.js) installed.
  3. When in the time-field directory, run npm install to install the element's dependencies.
  4. 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

Versions

Version
0.0.4