cljs-react-material-ui icon indicating copy to clipboard operation
cljs-react-material-ui copied to clipboard

Clojurescript library for using material-ui.com

Results 14 cljs-react-material-ui issues
Sort by recently updated
recently updated
newest added

Hi, Lately, this message happens with basically every component I create. Is it expected? ``` material-ui.inc.js:925 Warning: my-comp: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending...

Hi everyone I'm currently trying to resize icon button inside a list-item My code is: ``` [cljs-react-material-ui.reagent/list [cljs-react-material-ui.reagent/list-item {:primary-text "username" :inner-div-style {:font "72px Gotham, sans-serif" :button-style {:width "1000px" :height "auto"}}...

There are several callbacks added in material-ui 0.16 that allow for callbacks to fire after a dialog has loaded, thus avoiding the awful setTimeout hacks for things like setting focus,...

Hi there! Generally `cljs-react-material-ui 0.2.19` seems pretty solid from my point of view, using it with `reagent 0.6.0-rc`. I have a situation where I create a `Table` (based on data...