semantic-ui-clj

A Clojure interface for Semantic UI. Written in Clojure-Common (cljc) for use in both web and server-size development.

Something like this…

[container {:fluid true} 
 [header {:as :h1 :text-align :center} "Welcome"] 
 [button {:size :massive} "Click Me!"]]

… Should translate to this …

<div class="ui fluid container">
 <h1 class="ui center aligned header">Welcome</h1>
 <button class="ui massive button">Click Me!</button>
</div>

Performance Scripts

Just some scripts for performance and load testing…