An open API service indexing awesome lists of open source software.

https://github.com/ferdinand-beyer/mui-bien

A lightweight integration library for Material UI and Reagent.
https://github.com/ferdinand-beyer/mui-bien

clojurescript material-ui reagent

Last synced: 8 months ago
JSON representation

A lightweight integration library for Material UI and Reagent.

Awesome Lists containing this project

README

          

# mui-bien

A lightweight integration library for [Material UI][mui] and [Reagent][reagent].

## Latest version

Available from [Clojars][clojars].

### Clojure CLI/deps.edn

```clojure
com.fbeyer/mui-bien {:mvn/version "0.3.1"}
```

### Leiningen/Boot

```clojure
[com.fbeyer/mui-bien "0.3.1"]
```

## License

Distributed under the [MIT License].
Copyright © 2021 [Ferdinand Beyer]

[mui]: https://material-ui.com/
[reagent]: https://reagent-project.github.io/
[clojars]: https://clojars.org/com.fbeyer/mui-bien

[Ferdinand Beyer]: https://fbeyer.com
[MIT License]: https://opensource.org/licenses/MIT