A Hiccup-like micro library for rendering HTML. It's only 42 lines of code. Works with Clojure and probably with ClojureScript (I don't test it).
It is similar to Hiccup.
user=> (use 'scroll.core)
nil
user=> (html [:div {:class "header" :data-spam "eggs"}])
"<div class=\"header\" data-spam=\"eggs\"></div>"
For more examples see tests.
Copyright © 2015 Anton Bezrukov
Distributed under the Eclipse Public License either version 1.0