Step 1: Install Library
Install the Rollout Link library in your React app:Step 2: Render component
A rendering of the Rollout Link UI Component
Step 3 (Optional): Handle when new credentials is added
When a user authenticates with a new credential, you can call a function to handle that interaction. Whether you want to display a new page or store that credential in your database (you can always call the Rollout API to get this data as well). Here is how you would modify the previous code:Next step: custom Link UIs
If you want to build your own integration cards or connector-specific auth flows, see Build your own integration UI with Rollout Link components. That guide covers:<CredentialForm /><AddCredentialForm />useCredentials()