The React component is a single file ./src/embed.ts. Simply download this into your project and reference from your component like so.
import Chat from "./embed";Then instantiate an instance of the Chat component like so.
<Chat
embedUrl="https://xxxxxxxx.chat.qbusiness.xx-xxxx-x.on.aws/"
embedWidth={600} // Optional
embedHeight={650} // Optional
embedOffsetRightPc={5} // Optional
headerText="Chat" // Optional
headerInfo="Chat with us" // Optional
/>This component has 2 dependencies 1) React, 2) CloudScape Design Components.
npm install --save react
npm install --save @cloudscape-design/componentsSee CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.

