Dillon Estrada's personal react library
npm install --save de-react-library
import React, { Component } from 'react'
import MyComponent from 'de-react-library'
import 'de-react-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © dillonestrada