es-chat-component
v1.0.1
Published
eraswap react based chat component with apis integrated
Downloads
5
Readme
chat-component
eraswap react based chat component with apis integrated
Install
npm install --save es-chat-componentUsage
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
