Introduction
For styling rescript-material-ui components, you need to pass CSS class names
to them. We have documented the following popular options:
- useStyleshook (new in 3.0.0)
- CSS
- Tailwind CSS
- a CSS-in-ReScript library like bs-css
- Styles PPX(not recommended)