Common React Utilites for Cratebind
npm install --save @cratebind/react-components
import * as React from 'react'
import MyComponent from '@cratebind/react-components'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © mattfwood