Liking cljdoc? Tell your friends :D
Clojure only.

hiccup.bootstrap.element


iconclj

(icon type)

Create a Bootstrap icon of the supplied type. See: http://twitter.github.com/bootstrap/base-css.html#icons

Create a Bootstrap icon of the supplied type.
See: http://twitter.github.com/bootstrap/base-css.html#icons
sourceraw docstring

tableclj

(table & {:keys [styles head body]})

Create a Bootstrap table with the supplied styles, head and body. The head should be a sequence of column names. The body should be a seq of seqs, containing the table data. The styles should be a seq of keywords of the set #{:bordered :striped :condensed}.

See: http://twitter.github.com/bootstrap/base-css.html#tables

Create a Bootstrap table with the supplied styles, head and body. The head
should be a sequence of column names. The body should be a seq of seqs,
containing the table data. The styles should be a seq of keywords of the set
#{:bordered :striped :condensed}.

See: http://twitter.github.com/bootstrap/base-css.html#tables
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close