Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 676 Bytes

library-react-components

react components library

NPM JavaScript Style Guide

Install

npm install --save library-react-components

Usage

import React, { Component } from 'react'

import MyComponent from 'library-react-components'
import 'library-react-components/dist/index.css'

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

License

MIT © aayush5990