0.0.4 • Published 6 months ago

rc-credit-card v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

RC Credit Card

Installation

Use the package manager pnpm / yarn / npm to install foobar.

pnpm install rc-credit-card

Usage

import * as React from 'react'
import { CreditCard } from 'rc-credit-card'

export default function App() {
  return (
    <CreditCard
      isFrontFace={isFrontFace}
      cardNumber={cardNo}
      name={name}
      validThru={valid}
      ccv={ccv}
      validThruLabel={'Expire Date'}
    />
  )
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Playground

$ pnpm dev

License

MIT