This library provides ReScript bindings for the labs part of MUI.
- Install all necessary packages according to the official MUI-Lab installation guide: https://mui.com/material-ui/about-the-lab/#installation.
- Install both
@rescript-mui/materialand@rescript-mui/lab
npm install @rescript-mui/material @rescript-mui/lab- Add them to
dependenciesin yourrescript.json:
{
"bs-dependencies": ["@rescript-mui/material", "@rescript-mui/lab"]
}Check out the examples here: https://github.com/cca-io/rescript-mui/tree/master/examples/src/labExamples/