LucasBassetti/react-simple-chatbot

How to increase the width of chat respones box

Opened this issue · 1 comments

image
How can i increase the width of this response side box width

for that you can use custom component as a message true

 {
      id: "1",
      component: <div className=" p-4">Welcome to Sustally Live</div>,
      asMessage: true,
      trigger: "2",
    },