Skip to content

Latest commit

 

History

History

rescript-mui-system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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"]
}