Skip to main content
This section provides an overview of the components available in the 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

The DialogContent component is used to render the content of a dialog, including a title, description, and any additional children components.

Props

Example


IntegrationPage

Description

The IntegrationPage component displays a grid of integration tiles, allowing users to connect, manage, or disconnect integrations.

Props

Example


ConnectButton

Description

The ConnectButton component is used to display a button for connecting, managing, or indicating the status of an integration.

Props

Example


IntegrationTile

Description

The IntegrationTile component represents a single integration in the grid, displaying its name, image, and connection status.

Props

Example

Connect

Description

The Connect component is the main entry point for managing integrations, providing a user interface for connecting and managing integration templates.

Props

Example


ConnectSingleTemplate

Description

The ConnectSingleTemplate component is used to manage a single integration template, allowing users to configure and connect it.

Props

Example


CredentialDataBasicAuth

Description

The CredentialDataBasicAuth component handles the input and validation of credentials for Basic Authentication.

Props

Example


CredentialDataBinary

Description

The CredentialDataBinary component handles the input and validation of binary credential data.

Props

Example


CredentialDataOAuth2ClientCredentials

Description

The CredentialDataOAuth2ClientCredentials component handles the input and validation of OAuth2 Client Credentials.

Props

Example


CredentialDataOAuth2Code

Description

The CredentialDataOAuth2Code component handles the input and validation of OAuth2 Code credentials.

Props

Example


CredentialDataOAuth2Password

Description

The CredentialDataOAuth2Password component handles the input and validation of OAuth2 Password credentials.

Props

Example


CredentialDataString

Description

The CredentialDataString component handles the input and validation of string-based credential data.

Props

Example