Superflows Chat UI is a collection of pre-built UI components that can be used to integrate a Superflows chatbot into your software.
npm install @superflows/chat-ui-reactSuperflows Chat UI is a collection of pre-built UI components that can be used to integrate a Superflows chatbot into your software.
The purpose of this library is to allow developers to easily integrate Superflows chatbot into their software.


You can integrate in 3 ways:
| | Approach | Description |
| --- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| 1 | SuperflowsButton component _(recommended)_ | Easiest & fastest |
| 2 | SuperflowsChat component | Most flexible & customizable |
| 3 | The modal (SuperflowsModal) or sidebar (SuperflowsSidebar) components | (#1 but you have total control over the button that opens the chatbot) |
``bash``
npm install @superflows/chat-ui-react
Find the integration guide here.