JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 161894
  • Score
    100M100P100Q165066F
  • License MIT

A React component to display the current time.

Package Exports

  • react-clock

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-clock) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

React Clock npm version Dependency Status

A React clock component to display the current time.

DEMO

Getting Started

Install

npm install react-clock

Usage

var Clock = require('react-clock');
<Clock />