Demo is live at https://chat-bubble-sdk.vercel.app/
Use ChatBubble component which acccepts two props
-
Messages: An array of message objects
-
onSubmit: The function which runs after user submits a message
Each message object has the structure as
{ text: The message text, sender: It can be either user or agent }