Skip to content

Files

Latest commit

d45b235 · Nov 20, 2023

History

History

rescript-mui-system

ReScript Bindings for MUI-System (UNRELEASED!)

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

Installation

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