plaid-react-client-module
v1.0.11
Published
React components for integration with the NPM package plaid-microservice.
Downloads
5
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>
)