1
Install the React SDK
2
Add the Provider
Add the Frigade For a full list of supported properties, see the Provider documentation.
Provider
component to your app. Make sure to paste in your public API key and user ID.
Optionally, you can pass in user properties like firstName
, lastName
, and email
to decorate the user profile in Frigade.3
Use your first component
That’s pretty much it! You can now use the SDK. Here’s an example of how to use the Be sure to create an
Announcement
component:Announcement
in Frigade web dashboard and link the FlowId to the component above. Check out our general Quickstart for more information.