1.3.1 • Published 1 year ago

react-pay-card v1.3.1

Weekly downloads
-
License
MIT*
Repository
github
Last release
1 year ago

Demo

To see demonstration site: https://danihre.github.io/react-pay-card

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ npm i react-pay-card

# Install dependencies
$ npm install

# Run the app
$ npm start
import chip from './images/chipIcon.svg';
import brand from './images/brandIcon.svg';
import background from './images/background.png';

<Card
  chipIcon={chip} /* SVG Icon*/
  brandIcon={brand} /* SVG Icon*/
  backgroundImage={background} /*PNG, JPEG, etc...*/
/>
import { SimpleFormCard } from 'react-pay-card';

<SimpleFormCard />

OBS: Simple Form Card don't have props now. i'll fix it later.

Props

PropsExampleDescription
cardHolderJOHN DOEOwner Name
cardNumber0000 0000 0000 0000Number
cardMonth10Month Expire
cardYear2022Year Expire
cardCVV000CVV Number
cardIconSVG FileIcon
brandIconSVG FileBrand Icon
backgroundIconPNG FileBackgroundImage

Download

You can download the latest release package.

Related

Danihre - README Personal Profile

You may also like...

  • JS-Nds - Nintendo DS Emulator 🎮
  • JSDoom - A Playable doom game in js with dosbox api.

Credits

This software uses the following open source packages:

License

MIT


GitHub @danihre  ·  Instagram @dani_rod05

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago