@shobbak/bulbul-chat-web
v4.2.3
Published
Bulbul Chat Web Library
Downloads
18
Readme
bulbul-chat-frontend
Chat App build with React
Install
npm install --save @shobbak/bulbul-chat-web
yarn add @shobbak/bulbul-chat-web
Usage
import React, { Component } from 'react'
import ChatApp from '@shobbak/bulbul-chat-web'
import '@shobbak/bulbul-chat-web/dist/index.css' // add the styles
class Example extends Component {
render() {
return <ChatApp />
}
}
License
MIT © mplementation for including the styles (now postcss generates src/index.css)