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
- Host: GitHub
- URL: https://github.com/gargakshit/rescript-rmwc
- Owner: gargakshit
- License: mit
- Created: 2021-02-17T21:34:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T21:36:11.000Z (almost 5 years ago)
- Last Synced: 2026-04-03T13:50:57.606Z (about 2 months ago)
- Topics: material-ui, react, rescript, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
