Overview
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.
Features
- Interop with Material-UI in Clojurescript
- Compatible with Material-UI version 0.19.0
- Supports Reagent and Rum frameworks
- Provides pre-made selectable list functionality
- Supports MaterialUIChipInput component
Installation
To install cljs-react-material-ui, follow these steps:
- Add
[cljs-react-material-ui "0.2.48"]to your project’s dependencies. - Add
[cljsjs/react "15.6.1-1"]or a newer version to your project’s dependencies. - Add
[cljsjs/react-dom "15.6.1-1"]or a newer version to your project’s dependencies.
Summary
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.