Add-on Directory

Chat Assistant Add-on - Vaadin Add-on Directory

A chat assistant floating window using Material UI's FAB and Vaadin web components Chat Assistant Add-on - Vaadin Add-on Directory
Add-on that displays a chat assistant floating window using [Material UI's FAB](https://mui.com/material-ui/react-floating-action-button/) and Vaadin web components. #### Features * Messages can be sent by the user or programmatically. * Listen for new messages written by the user. * Toggle the chat window on/off. #### Found a bug or have a suggestion? Report it on GitHub For bug reports, feature suggestions, or questions, please open an issue on [GitHub](https://github.com/FlowingCode/ChatAssistant/issues). This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
View on GitHub
Online Demo
Author Homepage

Chat Assistant Add-on version 1.0.0
Initial release

Chat Assistant Add-on version 2.0.0
#### New features: * New major version with several enhancements ([#16](https://github.com/FlowingCode/ChatAssistant/pull/16)) * Add markdown support via markdown-editor-add-on ([#23](https://github.com/FlowingCode/ChatAssistant/issues/23)) #### Bug fixes: * Allow replacing footer component ([#20](https://github.com/FlowingCode/ChatAssistant/issues/20)) * Ensure that footer replacing js is always executed on attach ([#22](https://github.com/FlowingCode/ChatAssistant/issues/22))

Chat Assistant Add-on version 3.0.0
#### New features: * Replace wc-chatbot with react and vaadin components ([#17](https://github.com/FlowingCode/ChatAssistant/issues/17)) ([#18](https://github.com/FlowingCode/ChatAssistant/issues/18)) * Make ChatAssistant generic to support custom message types and add avatar provider support ([#36](https://github.com/FlowingCode/ChatAssistant/issues/36)) ([#39](https://github.com/FlowingCode/ChatAssistant/issues/39)) * Add support for display unread messages badge ([#40](https://github.com/FlowingCode/ChatAssistant/issues/40)) #### Bug fixes: * Fix avatar image flickering on first load ([#44](https://github.com/FlowingCode/ChatAssistant/issues/44)) * Fix scrolling and improve responsive support ([#43](https://github.com/FlowingCode/ChatAssistant/issues/43))