Skip to main content

Installation

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

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

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

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