@superflows/chat-ui-react
v1.2.61
Published
Superflows Chat UI is a collection of pre-built UI components that can be used to integrate a Superflows chatbot into your software.
Downloads
218
Readme
Superflows Chat UI React
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) |
Installation
npm install @superflows/chat-ui-react
Documentation
Find the integration guide here.