bs-material-ui-icons

v0.1.5
Reason bindings for material-ui-icons
Material Design Material-UI Icons React react-component bucklescript

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 [email protected]

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>
};

Metadata

  • MIT
  • Whatever
  • Jonathon Kelly
  • released 12/5/2017

Downloads

Maintainers