Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 529 Bytes

File metadata and controls

20 lines (14 loc) · 529 Bytes

ReScript Bindings for MUI-Material

This library provides ReScript bindings for the material part of MUI.

Installation

  1. Install all necessary packages according to the official MUI-Material installation guide: https://mui.com/material-ui/getting-started/installation/.
  2. Install @rescript-mui/material
npm install @rescript-mui/material
  1. Add it to dependencies in your rescript.json:
{
  "bs-dependencies": ["@rescript-mui/material"]
}