Clojurescript library for using material-ui.com
cljs-react-material-ui is a library that allows users to use Material-UI in Clojurescript. It provides interoperability with the Material-UI library version 0.19.0. The library can be installed and used with Clojurescript projects and supports both Reagent and Rum frameworks.
To install cljs-react-material-ui, follow these steps:
[cljs-react-material-ui "0.2.48"] to your project’s dependencies.[cljsjs/react "15.6.1-1"] or a newer version to your project’s dependencies.[cljsjs/react-dom "15.6.1-1"] or a newer version to your project’s dependencies.The cljs-react-material-ui library provides interoperability between Clojurescript and Material-UI, allowing users to utilize Material-UI components in their Clojurescript projects. It is compatible with Material-UI version 0.19.0 and supports both Reagent and Rum frameworks. The library also includes pre-made selectable list functionality and supports the MaterialUIChipInput component.