bs-material-ui-icons

0.2.0 • Public • Published

Reason bindings for Material-UI-Icons

npm

Reason bindings for material-ui-icons.

Status

🚧 This is a WIP, not everything is supported yet. 🚧

Feel free to create an issue or PR if you find anything missing.

Installation

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"]
}

Usage

let component = ReasonReact.statelessComponent("Example");
 
let make = (_children) => {
  ...component,
  render: (_self) => <MaterialUIIcons.Delete>
};

Package Sidebar

Install

npm i bs-material-ui-icons

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

4.49 MB

Total Files

23

Last publish

Collaborators

  • insidersbyte