bxjs-react-component
v1.0.0
Published
Simple React Pomodoro timer component made with typescript and babel and compiled with parcel.
Readme
Simple React component made with typescript, babel and parcel
Simple React Pomodoro timer component made with typescript and babel and compiled with parcel.
Local setup
- Clone the repo
- Run
npm install - Run
npm startfor demo and development - Run
npm run buildfor production ready build (can be found inlib)
Using component
- Add component to your project via
npm install bxjs-react-component - Import and use time like so:
import Pomodoro from 'bxjs-react-component';
export default () => <Pomodoro />;