An open API service indexing awesome lists of open source software.

https://github.com/Superflows-AI/chat-ui


https://github.com/Superflows-AI/chat-ui

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

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.

Superflows Modal

Superflows Sidebar

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

```bash
npm install @superflows/chat-ui-react
```

## Documentation

Find the [integration guide here.](https://docs.superflows.ai/docs/category/integration-guide)

Find [documentation for the Chat UI components here](https://docs.superflows.ai/docs/category/ui-components-react).