Skip to main content

Installation

First, add it to your dependencies using npm or yarn:

yarn add rescript-material-ui
yarn add rescript-material-ui-lab
# or
npm install rescript-material-ui
npm install rescript-material-ui-lab

Second, add it to dependencies in your bsconfig.json:

{
"bs-dependencies": ["rescript-material-ui", "rescript-material-ui-lab"]
}