Made by Adam
npm install --save made-by-adamimport React, { Component } from 'react'
import MyComponent from 'made-by-adam'
import 'made-by-adam/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}MIT © 4dambarr