@rescript-mui/material
v5.1.3
Published
This library provides ReScript bindings for material-ui (MUI).
Downloads
1,357
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
dependenciesin yourrescript.json:
{
"bs-dependencies": ["@rescript-mui/material"]
}