madvas / cljs-react-material-ui

Clojurescript library for using material-ui.com
Eclipse Public License 1.0
205 stars 32 forks source link

React-with-addons #20

Closed sabbaticaldev closed 7 years ago

sabbaticaldev commented 7 years ago

Hey man, thanks for this library, very useful. Any idea how can I use react-with-addons? Need to use CSSTransitions and don't want to stop using your library. Maybe if you already didn't figure it out, I can help with a patch.

madvas commented 7 years ago

You're right currently there's no way to add react-with-addons. Therefore I created PR for cljsjs/material-ui to include it. As soon as it will be merged, I will include it in next version of this library, stay tuned.

PR: https://github.com/cljsjs/packages/pull/792

madvas commented 7 years ago

Ok, released version 0.2.27, see readme how to access it

sabbaticaldev commented 7 years ago

Great, man! Many thanks!