Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 491 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 491 Bytes

bf-library

NPM JavaScript Style Guide

Install

npm install --save @gianjsx/component-library

Usage

import MyComponent from '@gianjsx/component-library'

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