embed-react/src/components directory. These
components are designed to be used in your React application to integrate with the Versori Embedded SDK.
DialogContent
Description
TheDialogContent component is used to render the content of a dialog, including a title, description, and any
additional children components.
Props
Example
IntegrationPage
Description
TheIntegrationPage component displays a grid of integration tiles, allowing users to connect, manage, or disconnect
integrations.
Props
Example
ConnectButton
Description
TheConnectButton component is used to display a button for connecting, managing, or indicating the status of an
integration.
Props
Example
IntegrationTile
Description
TheIntegrationTile component represents a single integration in the grid, displaying its name, image, and connection
status.
Props
Example
Connect
Description
TheConnect component is the main entry point for managing integrations, providing a user interface for connecting and
managing integration templates.
Props
Example
ConnectSingleTemplate
Description
TheConnectSingleTemplate component is used to manage a single integration template, allowing users to configure and
connect it.
Props
Example
CredentialDataBasicAuth
Description
TheCredentialDataBasicAuth component handles the input and validation of credentials for Basic Authentication.
Props
Example
CredentialDataBinary
Description
TheCredentialDataBinary component handles the input and validation of binary credential data.
Props
Example
CredentialDataOAuth2ClientCredentials
Description
TheCredentialDataOAuth2ClientCredentials component handles the input and validation of OAuth2 Client Credentials.
Props
Example
CredentialDataOAuth2Code
Description
TheCredentialDataOAuth2Code component handles the input and validation of OAuth2 Code credentials.
Props
Example
CredentialDataOAuth2Password
Description
TheCredentialDataOAuth2Password component handles the input and validation of OAuth2 Password credentials.
Props
Example
CredentialDataString
Description
TheCredentialDataString component handles the input and validation of string-based credential data.