plaid-react-client-module

React components for integration with the NPM package plaid-microservice.

Usage no npm install needed!

<script type="module">
  import plaidReactClientModule from 'https://cdn.skypack.dev/plaid-react-client-module';
</script>

README

plaid-react-client-module

React components for integration with the plaid-microservice.

Getting Started

Install with yarn.

yarn add plaid-react-client-module

Add to your page or view

import { PlaidApp, PlaidProvider } from "plaid-react-client-module";

return (
    <PlaidProvider>
        <PlaidApp />
    </PlaidProvider>
)