This library is intended as an extension to the incredible material-ui package.
yarn add @dvkiin/material-commons
or
npm i @dvkiin/material-commons --save
This library has no actual dependencies, but it's intended to be used on top of react and material-ui.
Therefor we have the following peerDependencies
:
- "@material-ui/core": "^4.0.0"
- "@material-ui/icons": "^4.0.0"
- "@material-ui/pickers": "^3.2.2"
- "react": "^16.8.0"
- "react-dom": "^16.8.0"
Documentation and examples are hosted here.
MIT