Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

bilalvis01/rescript-material-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rescript-material-ui

Rescript bindings for material ui.

Status

This package is still under active development thus unstable api, breaking changes, bugs should be expected.

Installation

Usage

Here is a quick examples to get you started, it's all you need:

/* App.res */
@react.component
let make = () => {
  <Mui.Box
    sx=Css.sx([
      Css.background(Css.rgb(200, 200, 200)),
      Css.padding4(~top=Css.px(20), ~bottom=Css.px(20), ~left=Css.px(40), ~right=Css.px(40)),
    ])
  >
    {React.string("Material UI 5")}
  </Mui.Box>
}

Examples

WIP

Documentation

WIP

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published