An integer-input-type component built with bel and csjs-inject
npm install input-integerAn integer-input-type component built with bel and csjs-inject
npm install input-integersee ./demo/demo.js or https://fionataeyang.github.io/input-integer/
fork this repository to your github username by clicking the fork button
git clone https://github.com//.git
cd
npm install
npm start # to check browser and see preview while editing
start your editor and edit files to make all your changes
npm run build
git add -A
git commit -m ""
git push
make a pull request to contribute back the changes
``