oca-lib-web
v1.0.407
Published
client library for the oak city apps web team
Readme
oca-lib-web
client library for the oak city apps web team
Install
npm install --save oca-lib-webUsage
import * as React from 'react'
import MyComponent from 'oca-lib-web'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © emajewicz
