@mirego/forra-react
v2.2.13
Published
A React component library for chat experiences, built by Mirego.
Downloads
69
Keywords
Readme
@mirego/forra-react
A React component library for chat experiences, built by Mirego.
Installation
You must install both @mirego/forra-react and its peer dependencies in your project:
@mirego/forra-apireact(v19.x)react-dom(v19.x)axios(v1.9.x)
Using npm
npm install @mirego/forra-react @mirego/forra-api react react-dom axiosUsing yarn
yarn add @mirego/forra-react @mirego/forra-api react react-dom axiosUsing bun
bun add @mirego/forra-react @mirego/forra-api react react-dom axiosUsage
Import and use the ScoutAppProvider (or other components) in your React app:
import {ScoutAppProvider} from '@mirego/forra-react';
function App() {
return <ScoutAppProvider>{/* your app code */}</ScoutAppProvider>;
}Refer to the documentation for more details on available components and configuration options.
License
ISC
