Fork me on GitHub
#om-next
<
2017-02-18
>
david.alfaro08:02:59

Is there Om.Next code snippet that exemplifies how to use Semantic-UI React library at https://clojars.org/cljsjs/semantic-ui-react ?

hlolli18:02:18

@david.alfaro haven't used this, and Im not sure if this is very complete cljsjs project is there's only one extern https://github.com/cljsjs/packages/blob/master/semantic-ui-react/resources/cljsjs/semantic-ui-react/common/semantic-ui-react.ext.js Just add in the render

(js/React.createElement js/semanticUIReact
   #js {:some-semantic-ui-specific "properties"}  ...insert dom elements here...)