Bloody hell, just tried it out. Working like a charm (at least for a simple
text input). I'm even using mui/input mixed in with sablono
<https://github.com/r0man/sablono>. Tip: If you get the error, Uncaught
ReferenceError: MaterialUI is not defined, make sure material.js
<https://github.com/taylorSando/om-material-ui/blob/master/examples/simple/resources/public/index.html#L8-L9>
(where *window.MaterialUI = MaterialUI* is assigned) is getting included
successfully.
(reify
om/IRenderState
(render-state [owner state]
(sablono.core/html
...
[:div {:horizontal true :layout true}
(dom/div nil "thing") *;; ok *
(mui/input {:placeholder "Placeholder" :description "I am a
description"})] *;; ok *
...)))
This is awesome. Cheers.
Tim
On Sat, Jan 17, 2015 at 11:04 PM, Taylor Sando <[email protected]>
wrote:
> I made a clojars release and put it up on github:
>
> https://github.com/taylorSando/om-material-ui
>
>
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.