Lyef React Counter
Getting Started
Installation
$ npm install --save lyef-counter
Usage
import Counter from 'lyef-counter'; const doneCallback = console; // Does something when count ends // Normal Counting<Counter = = = /> // Countdown<Counter = = = />
Architecture
We've developed this component using the following boilerplate: lyef-react-component.
To know more about the architecture or if you want to contribute with this component: Contributing Documentation.