Documentation Index
Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
Use this file to discover all available pages before exploring further.
Connections
TheConnections component is a React component used to render the supported connectors directly within in your application.
Props:
- flows:
boolean- If true, groups the icons by flows.
- className:
string(optional)- Overrides the default classes of the connections container.
- filter:
object(optional)- Allows for filtering to show specific connectors or flows.
- connectors:
Array<string>(optional)- An array of connector identifiers to filter.
- flows:
Array<string>(optional)- An array of flow identifiers to filter.

