LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.73k stars 598 forks source link

How to increase the width of chat respones box #383

Open chdineshbabu opened 7 months ago

chdineshbabu commented 7 months ago

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

somashekarbrdtscblr commented 6 months ago

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",
    },