1.0.11 • Published 4 years ago

plaid-react-client-module v1.0.11

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

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>
)