README
drek-feffer-ui-lib
A poor excuse for a UI library.
Install
npm install --save drek-feffer-ui-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'drek-feffer-ui-lib'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © HuyakDD