1.2.3 • Published 10 months ago

3auserchat v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

3auserchat

use for Realtime chating...

NPM JavaScript Style Guide

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

  1. Realtime online/offline status updation
  2. Chat height option enabled
  3. Scroll enabled while new message
  4. Appheight added it will set responsive
  5. Left bar and Chat user overflow fixes
  6. Unread count added
  7. File format issue fix
  8. Responsive changes
1.2.0

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.5

11 months ago

1.1.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago