1.0.1 • Published 6 years ago

input-payable v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

input-payable

A payable-input-type component built with bel and csjs-inject

usage

npm install input-payable

see ./demo/demo.js or https://github.com/fionataeyang/input-payable/

contribute

# fork this repository to your github username by clicking the fork button
git clone https://github.com/<your-user-name>/<name-of-the-fork>.git
cd <name-of-the-fork>
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 "<describe your changes>"
git push
# make a pull request to contribute back the changes
1.0.1

6 years ago

1.0.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago