1.2.6 • Published 8 months ago
3auserchat v1.2.6
3auserchat
use for Realtime chating...
Install
npm install --save 3auserchatUsage
import React, { Component } from 'react'
import ChatClient from '3auserchat'
import '3auserchat/dist/index.css'
interface Props {
userId: string;
appId: string;
clientId: string;
}
class Example extends Component<{ userId,appId,clientId }: Props> {
render() {
return <ChatClient appId={appId} clientId={clientId} userId={userId} />
}
}License
MIT © selva3A
Fixes
- Realtime online/offline status updation
- Chat height option enabled
- Scroll enabled while new message
- Appheight added it will set responsive
- Left bar and Chat user overflow fixes
- Unread count added
- File format issue fix
- Responsive changes
- chat ui fixes
1.2.6
8 months ago
1.2.5
8 months ago
1.2.4
1 year ago
1.2.0
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.1.5
3 years ago
1.1.1
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.0
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago