Skip to content

Latest commit

 

History

History

rescript-mui-lab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ReScript bindings for @mui/lab

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

Installation

  1. Install all necessary packages according to the official MUI-Lab installation guide: https://mui.com/material-ui/about-the-lab/#installation.
  2. Install both @rescript-mui/material and @rescript-mui/lab
npm install @rescript-mui/material @rescript-mui/lab
  1. Add them to dependencies in your rescript.json:
{
  "bs-dependencies": ["@rescript-mui/material", "@rescript-mui/lab"]
}

Examples

Check out the examples here: https://github.com/cca-io/rescript-mui/tree/master/examples/src/labExamples/