plaid / react-plaid-link

React bindings for Plaid Link
https://plaid.github.io/react-plaid-link
MIT License
268 stars 149 forks source link

Support embedded Link in Plaid React web SDK #320

Closed tzha-plaid closed 11 months ago

tzha-plaid commented 12 months ago

This feature is an unreleased experimental feature that can be enabled for customers on a case-by-case basis. Contact your Account Manager to learn more.

Usage:

 const config = {
    token: "link-token-123",
    onSuccess,
    onEvent,
    onExit,
  };

  return (
    <PlaidEmbeddedLink
      {...config}
      style={{
        height: '350px',
        width: '350px',
      }}
    />
  );
image