1.0.7 • Published 5 years ago
super-library v1.0.7
super-library
Component Library for SuperCode Sites
Install
npm install --save super-library
Usage
import React, { Component } from 'react'
import MyComponent from 'super-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © avanderbergh