gosquared-components-library
v1.0.0
Published
GoSquared UI Components Library
Downloads
2
Readme
gosquared-components-library
GoSquared UI Components Library
Install
npm install --save gosquared-components-library
Usage
import React, { Component } from 'react'
import MyComponent from 'gosquared-components-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © lastresmoya