1.0.0 • Published 6 years ago

bxjs-react-component v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

  1. Clone the repo
  2. Run npm install
  3. Run npm start for demo and development
  4. Run npm run build for production ready build (can be found in lib)

Using component

  1. Add component to your project via npm install bxjs-react-component
  2. Import and use time like so:
import Pomodoro from 'bxjs-react-component';

export default () => <Pomodoro />;