JSPM

@gocardless/react-dropin

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7353
  • Score
    100M100P100Q141505F
  • License MIT

React bindings to the GoCardless Dropin checkout flow

Package Exports

  • @gocardless/react-dropin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gocardless/react-dropin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GoCardless React Dropin

React bindings for the GoCardless Dropin checkout flow.

Installation

With npm:

npm install --save @gocardless/react-dropin

With yarn:

yarn add @gocardless/react-dropin

Storybook

Checkout the Storybook flow to see the <GoCardlessDropinButton /> in action. You can use the Storybook knobs to configure the Billing Request Flow ID, from which you can create your Dropin instance.

npm start storybook