chatbotui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save chatbotui

Usage

import React, { Component } from 'react'

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

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

License

MIT ©