An open API service indexing awesome lists of open source software.

https://github.com/gargakshit/rescript-rmwc

Experimental bindings of Material Web Components (RMWC) to ReScript
https://github.com/gargakshit/rescript-rmwc

material-ui react rescript rescript-bindings

Last synced: about 1 month ago
JSON representation

Experimental bindings of Material Web Components (RMWC) to ReScript

Awesome Lists containing this project

README

          

# rescript-rmwc

WIP bindings to [RMWC](https://rmwc.io) 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](./screenshots/screenshot_new.PNG)