react-chatbot-kit icon indicating copy to clipboard operation
react-chatbot-kit copied to clipboard

Results 103 react-chatbot-kit issues
Sort by recently updated
recently updated
newest added

Hi everyone, This library has been around for a while. I'm thrilled to see that it's gained traction and that people find the library useful. My goal with the architecture...

I want to create a dynamic custom message from ActionProvider. Is this possible?

The IMessageOptions underlying the createChatBotMessage argument has options regarding loading. We have taken this over and made it possible to select loading options. And as before, the default when not...

Hi Fredrik, I've been using this package with great success, but have run into a blocker. I have created a custtom message in config and it fires fine from the...

Hi, I'm struggling to adjust the width of the message container, is this possible. Tried .react-chatbot-kit-chat-container {} but just passes back an error

How to post the questions to the server API and get answers back with this API design with MessageParser and ActionProvider?

When i wanted add custom css according to my own wish . It's not taking any of the custom css property provided by me to different classes

I'm trying to use the message history so that depending on the last message, perform a certain action, but I'm not finding a way to access it.

I need to add some accessibility features to the messages an I am struggling to understand how to edit the message container. I am trying to use customComponents:botChatMessage but that...

Hi, new user - Having issues with the Widgets using Typescript. Keeps complaining that it doesn't like this construct for "widgetFunc" in TS: ```` widgets: [ { widgetName: "widgetOptions", widgetFunc:...