mazsam / chat-commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-commons

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save chat-commons

Usage

import React, { Component } from 'react'

import MyComponent from 'chat-commons'
import 'chat-commons/dist/index.css'

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

License

MIT © mazsam

About


Languages

Language:JavaScript 95.9%Language:CSS 4.1%