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.
- Host: GitHub
- URL: https://github.com/ferdinand-beyer/mui-bien
- Owner: ferdinand-beyer
- License: mit
- Created: 2021-02-14T09:18:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T15:55:31.000Z (over 4 years ago)
- Last Synced: 2025-07-13T03:15:12.540Z (11 months ago)
- Topics: clojurescript, material-ui, reagent
- Language: Clojure
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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