@sluggoman/helpfan-mui-theme
v1.0.1
Published
MUI theme to use for HelpFan Apps
Downloads
1
Readme
helpfan-mui-style
Made with create-react-library
Install
npm install --save helpfan-mui-style
Usage
import React, { Component } from 'react'
import MyComponent from 'helpfan-mui-style'
import 'helpfan-mui-style/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © sluggoman