/rescript-rmwc

Experimental bindings of Material Web Components (RMWC) to ReScript

Primary LanguageReScriptMIT LicenseMIT

rescript-rmwc

WIP bindings to RMWC for ReScript.

Components Implemented

  • Button
  • Card
  • Typography
  • Tooltips
  • Avatar
  • Icons
  • Linear Progress
  • Circular Progress
  • Text Field
  • Dialogs

How to use

  • Install this lib via npm/yarn
  • Add rescript-rmwc to bsconfig.json like "bs-dependencies": ["...", "rescript-rmwc"]

Example

An example is there in the (example)(./example) directory.

To run the example

  • Clone this repo
  • Run yarn install
  • cd example
  • yarn install
  • yarn start:res
  • And in another terminal in the example directory, yarn start

Screenshot

screenshot