Superflows 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) |
npm install @superflows/chat-ui-react
Find the integration guide here.