Reason bindings for material-ui-icons.
🚧 This is a WIP, not everything is supported yet. 🚧
Feel free to create an issue or PR if you find anything missing.
yarn add bs-material-ui-icons
yarn add material-ui-icons@1.0.0-beta.17
Then add bs-material-ui-icons
to bs-dev-dependencies
in your bsconfig.json
:
{
...
"bs-dev-dependencies": ["bs-material-ui-icons"]
}
let component = ReasonReact.statelessComponent("Example");
let make = (_children) => {
...component,
render: (_self) => <MaterialUIIcons.Delete>
};
1243: <UNKNOWN SYNTAX ERROR>