Integrations UI

We recommend always building your own UI for displaying integrations (it is really simple!). That said, membrane also offers a few pre-built UI components for displaying your integrations.

Building Integration UI

Integration Catalog UI

This component displays a full list of integrations in your workspace.

await membrane.open()

Single Integration UI

To let your user connect or configure a single integration, do the following:

await membrane
  .integration('integration-key')
  .open()