2.0.1 • Published 3 years ago

@bwalsh/component_library v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@bwalsh/component_library

component_library_take_three

NPM JavaScript Style Guide

Install

npm install --save @bwalsh/component_library

Usage

import React, { Component } from 'react'

import MyComponent from '@bwalsh/component_library'
import '@bwalsh/component_library/dist/index.css'

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

License

MIT © brennanthomaswalsh