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-dropinWith yarn:
yarn add @gocardless/react-dropinStorybook
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