chat-widget-sample
chat-widget-sample copied to clipboard
Sample chat widget built with UI kit
This grabs from @livechat/ui-kit, but that package is unlicensed and largely difficult to find source.
Hey, do you guys have any plan on releasing a Typescript declaration file for livechat/ui-kit?
Hi couple of issues when using the chat UI on mobile phone: 1. When am scrolling the chatwindow it's also scrolling the web page below itself sometimes. 2. It is...
I'm using webpack-react-babel boilerplate successfully compiling the bundle and running on any browser as chatwidget, except on IE 10 ```import { ThemeProvider, FixedWrapper, darkTheme, elegantTheme, purpleTheme, defaultTheme } from '@livechat/ui-kit'```...
I encountered with errors when I use component within . I've traced down to the ui-kit source code, and found the following lines: ```js var message = React.createElement( Toggle, null,...
Hi, with the following dependencies, I have this: ``` "@livechat/ui-kit": "0.0.9", "react": "15.5.4", "react-dom": "15.5.4" ```  with: ``` "@livechat/ui-kit": "^0.2.3", "react": "15.5.4", "react-dom": "15.5.4" ```  There's a regression...
I hooked in for a short time to persist.purge -- we need to have a "clear chat history" option for various reasons for users. I was not clear, from our...
render() { return ( {this.props.uid} Hey my friend! ) } im getting the error below when i run the code.It seems to be caused by : Uncaught TypeError: Cannot read...