Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bloom-chat-module

swethasindhu77MIT1.6.2

Made with create-react-library

readme

bloom-chat-module

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save bloom-chat-module

Usage

import React, { Component } from 'react'

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

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

License

MIT © sindhu@meghaz.com