reagent-material-ui
reagent-material-ui copied to clipboard
Reagent wrapper for MUI (formerly Material UI) v5
I used [reagent-mui.material.switch :refer [switch]] And that is the message from compilation The required namespace "reagent-mui.material.switch" is not available other components as button, toggle-button... works correctly
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Hi, I want to compile :es6 :simple to the example template at shadow-cljs. My project is so set es6 & simple and I don't use webpack. What should I do?...
thanks. (def theme-yellow-green {:palette {:primary colors/yellow :secondary colors/green}}) (def theme-blue-red {:palette {:primary colors/blue :secondary colors/red}}) want to (def theme-color {:palette {:primary colors/yellow :secondary colors/green :third colors/blue :fourth colors/red}})
I am sorry if I oversaw some part of the documentation, or should have more experience with Clojure/Clojurescript, I am a complete newbie. Currently I am trying to define a...
I am very thankful for this library, and I am interested in donating monthly to help sponsor this project or keep it going somehow. But I do not see any...
The `create-theme` takes theme objects as a Clojure map. It converts those to a JS object, then applies MUI `createTheme` function, and converts back to a Clojure map. In this...