1.1.0 • Published 3 years ago

bloom-chat-box v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

bloom-chat-box

chat module for bloom

NPM JavaScript Style Guide

Install

npm install --save bloom-chat-box

Usage

import React, { Component } from 'react'

import MyComponent from 'bloom-chat-box'
import 'bloom-chat-box/dist/index.css'

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

License

MIT © sindhu@meghaz.com

1.1.0

3 years ago

1.0.0

3 years ago