JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q42108F
  • License MIT

An integer-input-type component built with bel and csjs-inject

Package Exports

  • input-integer
  • input-integer/src/input-integer.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (input-integer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

input-integer

An integer-input-type component built with bel and csjs-inject

Imgur

usage

npm install input-integer

see ./demo/demo.js or https://fionataeyang.github.io/input-integer/

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