1.2.3 • Published 2 years ago
3auserchat v1.2.3
3auserchat
use for Realtime chating...
Install
npm install --save 3auserchat
Usage
import React, { Component } from 'react'
import ChatClient from '3auserchat'
import '3auserchat/dist/index.css'
interface Props {
userId: string;
appId: string;
clientId: string;
appHeight:number; (1-100)
}
class Example extends Component<{ userId,appId,clientId,appHeight }: Props> {
render() {
return <ChatClient appId={appId} clientId={clientId} userId={userId} appHeight={appHeight}/>
}
}
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
1.2.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.1.5
2 years ago
1.1.1
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago