New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

time-field

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

time-field

A time field Web Component based on Polymer 3

1.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

Published on webcomponents.org 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

  • 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, run npm install to install the element's dependencies.
  • Run polymer serve --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

Keywords

time-field

FAQs

Package last updated on 03 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts