@morganfeeney/mfui
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
mfui
Made with create-react-library
Install
npm install --save mfuiUsage
import React, { Component } from 'react'
import MyComponent from 'mfui'
import 'mfui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © morganfeeney
