@dougrich/uxlib
v0.4.0
Published
UX Components with a consistent style for my applications
Readme
@dougrich/uxlib
UX Components with a consistent style for my applications
Install
npm install --save @dougrich/uxlibUsage
import React, { Component } from 'react'
import MyComponent from '@dougrich/uxlib'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © dougrich
