1.0.1 • Published 4 years ago

es-chat-component v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

chat-component

eraswap react based chat component with apis integrated

NPM JavaScript Style Guide

Install

npm install --save es-chat-component

Usage

import React, { Component } from 'react'

import ChatComponent from 'es-chat-component'
import 'es-chat-component/dist/index.css'

class Example extends Component {
  render() {
    return <ChatComponent />
  }
}

License

MIT © maheshrapelli141

es-chat-component