Hi all!
Is there Om.Next code snippet that exemplifies how to use Semantic-UI React library at https://clojars.org/cljsjs/semantic-ui-react ?
@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...)
@hlolli thank you!