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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.10
0.5.00
0.4.90
0.4.81
0.4.70
0.4.60
0.4.50
0.4.40
0.4.30
0.4.20
0.4.10
0.4.00
0.3.90
0.3.80
0.3.70
0.3.60
0.3.50
0.3.40
0.3.30
0.3.20
0.3.10
0.3.00
0.2.10
0.2.01
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i react-native-superdda-iupay

Weekly Downloads

2

Version

0.5.1

License

MIT

Unpacked Size

1.03 MB

Total Files

272

Last publish

Collaborators

  • mauricioblum