A reagent wrapper for Material UI components.
Thanks to the maintainers of reagent-material, which I basically copied and turned into a package. Thanks also to om-material-ui for providing the build process for the material ui javascript.
Just add [reagent-material-ui "0.2.1"]
to your project.clj
, then require the components like so:
(ns your-project.example
(:require [reagent-material-ui.core :refer [AppBar Card]]))
You can then use the Material UI components as you would normal reagent components. See the Material UI docs for more info about the different components.