my first library
npm install --save first.library
import React, { Component } from 'react'
import MyComponent from 'first.library'
import 'first.library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © mihaialexandruanghel