Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
/ scroll Public archive

Micro library for rendering HTML in Clojure -- unmaintained

License

Notifications You must be signed in to change notification settings

darkmou5e/scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scroll

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).

Usage

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.

License

Copyright © 2015 Anton Bezrukov

Distributed under the Eclipse Public License either version 1.0

About

Micro library for rendering HTML in Clojure -- unmaintained

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published