Library of react components
npm install --save my-react-library
import React, { Component } from 'react'
import MyComponent from 'my-react-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © Minihilator