Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 625 Bytes

react-chat-ui-kit

React chat UI kit

NPM JavaScript Style Guide

Install

npm install --save react-chat-ui-kit

Usage

import React, { Component } from 'react'

import MyComponent from 'react-chat-ui-kit'
import 'react-chat-ui-kit/dist/index.css'

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

License

MIT © aerovulpe