1.0.9 • Published 1 year ago

3achatlibrary v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

3achatlibrary

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save 3achatlibrary

Usage

import React, { Component } from 'react'

import PrivateChat from '3achatlibrary';
import '3achatlibrary/dist/index.css';

interface Props{
userId:string;
appId:string;
clientId:string;
}

class PrivateChatWrapper extends Component {
  render() {
    return <PrivateChat userId={userId}  appId={appId} clientId={clientId}/>
  }
}

License

MIT © selva3A