@nabtradie/react
v1.0.0
Published
Shaper library in React
Downloads
3
Readme
shaper-react
Shaper library in React
Install
npm install --save shaper-reactUsage
import React, { Component } from 'react'
import MyComponent from 'shaper-react'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © chrisyap
