10 |
11 |
12 | ## Installation
13 |
14 | ```bash
15 | npm install parlant-chat-react
16 | # or
17 | yarn add parlant-chat-react
18 | ```
19 |
20 | ## Quick Start
21 |
22 | Here's how to quickly add the chat component to your React application:
23 |
24 | ```jsx
25 | import React from 'react';
26 | import ParlantChatbox from 'parlant-chat-react';
27 |
28 | function App() {
29 | return (
30 | {message.data.message}
121 | Agent 122 |{message.data.message}
127 | You 128 |