time-field

WebJar for time-field

License

License

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-gatanaso-time-field
Last Version

Last Version

0.0.1
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 github-com-gatanaso-time-field

How to add to project

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

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.1