@rescript-mui/material
v5.0.0-rc.2
Published
This library provides ReScript bindings for material-ui (MUI).
Downloads
75
Readme
ReScript Bindings for MUI-Material
This library provides ReScript bindings for the material part of MUI.
Installation
- Install all necessary packages according to the official MUI-Material installation guide: https://mui.com/material-ui/getting-started/installation/.
- Install
@rescript-mui/material
npm install @rescript-mui/material
- Add it to
dependencies
in yourrescript.json
:
{
"bs-dependencies": ["@rescript-mui/material"]
}