Component Library for SuperCode Sites
npm install --save super-library
import React, { Component } from 'react'
import MyComponent from 'super-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © avanderbergh