1.3.1 • Published 7 years ago

arrowpay-react-checkout v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

React Checkout component, for accepting Nano payments via ArrowPay

Get started

  1. npm install arrowpay-react-checkout
  2. Import the component and styles

      import RaiCheckout from 'arrowpay-react-checkout';
      import 'arrowpay-react-checkout/build/css/index.css';
  3. Use the component

    <RaiCheckout
      onPaymentConfirmed={({ token, item_id }) => this.tryItNowTokenMethod({
        token, item_id
      })}
      payment={{
        amount: 1,
        currency: 'USD'
      }}
      public_key='public_7de3b4ac-6fb4-42bc-83d1-0e6c60c0011e'
      sub_title='Test Item Name'
      title='My Shop'
      item_id='test_item_id'
      text='Pay with Nano $0.01'
    />
1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago