madvas / cljs-react-material-ui

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

props-kebab->camel->js does not handle multi level props #42

Open keeds opened 7 years ago

keeds commented 7 years ago

With the replacement of camel-snake-kebab, props-kebab->camel->js does not handle mutlti level props.

e.g. Setting (ui/flat-button {:label-style {:font-size "14px"}}). The :font-size keyword would not be handled.

keeds commented 7 years ago

PR https://github.com/madvas/cljs-react-material-ui/pull/43

keeds commented 6 years ago

Hey @madvas. Is there any issue with this ticket and PR? Was just wondering if this could get merged and released at some point? If there is anything you want me to do/change then please shout. Thanks.