dbx-common-ui
v1.0.0
Published
db eXperimental common UI lib
Downloads
6
Readme
dbx-common-ui
db eXperimental common UI lib
Install
npm install --save dbx-common-uiUsage
import React, { Component } from 'react'
import MyComponent from 'dbx-common-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © dbelay22
