You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
Currently, the title and image of the ChatBot are hardcoded within the codebase, limiting the ability to fully customize the appearance of the ChatBot component. It would greatly enhance the usability and flexibility of the ChatBot if we could pass custom props for the title and image, allowing developers to tailor these elements according to their application's design and branding.
Proposed Solution:
Introduce title and img props to the Chat component, enabling developers to easily customize the title and image displayed.
The text was updated successfully, but these errors were encountered:
Issue Description:
Currently, the title and image of the ChatBot are hardcoded within the codebase, limiting the ability to fully customize the appearance of the ChatBot component. It would greatly enhance the usability and flexibility of the ChatBot if we could pass custom props for the title and image, allowing developers to tailor these elements according to their application's design and branding.
Proposed Solution:
Introduce title and img props to the Chat component, enabling developers to easily customize the title and image displayed.
The text was updated successfully, but these errors were encountered: