0.0.1 • Published 8 years ago
@react-ag-components/credit-card-form v0.0.1
credit-card-form
Credit card react component
Usage
Install
npm i @react-ag-components/credit-card-form --saveUse in your project
import CreditCardForm from '@react-ag-components/credit-card-form'onChange = (card) => {
console.log(card)
}
<CreditCardForm
onChange={this.onChange}
/>Properties
Contributing
Get the repository
git clone https://github.com/alphillips/credit-card-form.gitUpdate dependencies
npm installRun the project
npm startDeploy to npm
Build
npm run build -- --copy-files
Publish
npm publish --access public
0.0.1
8 years ago