Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 632 Bytes

File metadata and controls

32 lines (21 loc) · 632 Bytes

chatbits

Replaces distwitchchat-componentlib

disstreamchat component library

NPM JavaScript Style Guide

Install

npm install --save chatbits

Usage

import React, { Component } from 'react'

import MyComponent from 'chatbits'
import 'chatbits/dist/index.css'

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

License

MIT © GypsyDangerous