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