chat-widget-sample icon indicating copy to clipboard operation
chat-widget-sample copied to clipboard

Sample chat widget built with UI kit

Results 9 chat-widget-sample issues
Sort by recently updated
recently updated
newest added

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" ``` ![image](https://user-images.githubusercontent.com/1532657/42247502-6e8b2164-7f21-11e8-97b8-2b0b0936f77b.png) with: ``` "@livechat/ui-kit": "^0.2.3", "react": "15.5.4", "react-dom": "15.5.4" ``` ![image](https://user-images.githubusercontent.com/1532657/42247516-796fb7b6-7f21-11e8-930f-eb126c78a5f2.png) 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...