Description
Embeddable React component that allows users to connect and manage their connected integrations. The Connections React component is an inline version of the hotglue widget. Rather than including the widget as a modal (dialog) in your web-app, the Connections component allows for a more native experience. See an example below:
Connections component preview
Usage
First you must include theHotglueConfig provider as a higher order component in your React app. For example, in index.js:
index.js
Connections component, as shown below:
App.js
Properties
Styling
The Connections component has defined CSS classes that can be used to override the component’s styling to more closely match your own UI/UX.Flow Container
Each flow is rendered as a section within the Connections component. The classes are shown in the graphic below:
hotglue - Connections Flow Container classes
Connector Card Each connector (both sources and targets) are rendered as a card within the Flow Container. The classes are shown in the graphic below:

hotglue - Connections Connector Card classes
Example Included below is a stylesheet to give the
Connections component a dark theme.
CSS

Sample styling of Connections component