react-native-superdda-iupay
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

react-native-superdda-iupay

SuperDDA IuPay package and SDK for React Native

NPM

Netlify Status Actions Status

Installation

yarn add react-native-superdda-iupay

or

npm install react-native-superdda-iupay

Usage

Here is sample usage.

Storybook with all other use cases available here: https://superdda-storybook.netlify.app/

import { Card } from "react-native-superdda-iupay";

      <Card
        type="netflix"
        dueDate={new Date()}
        isDue
        cnpj="99.999.0001/99"
        text="This is a sample text"
        value={49.9}
      />

      <Card
        type="lightBill"
        lightBillFlagStatus="yellow"
        dueDate={new Date()}
        text="Yellow Flag"
        value={90.12}
        isPaid
      />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-superdda-iupay

Weekly Downloads

1

Version

0.5.1

License

MIT

Unpacked Size

1.03 MB

Total Files

272

Last publish

Collaborators

  • mauricioblum