JSPM

react-countdowner

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q25837F
  • License MIT

countdowner ui component for react

Package Exports

  • react-countdowner

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-countdowner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-countdowner

Count Down Component

This project forked from rc-progress which is awesome

Screenshot

react-counterdowner

Usage

import CountDowner from 'countdowner';

export default () => (
  <CountDowner autoStart={0} countFrom={10}  />
);

License

rc-progress is released under the MIT license.