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
Usage
import CountDowner from 'countdowner';
export default () => (
<CountDowner autoStart={0} countFrom={10} />
);
License
rc-progress is released under the MIT license.