dillon-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save dillon-components

Usage

import React, { Component } from 'react'

import MyComponent from 'dillon-components'
import 'dillon-components/dist/index.css'

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

License

MIT © dillonestrada