Liking cljdoc? Tell your friends :D

nsfw.html


apply-compsclj

(apply-comps components structure)
source

apply-comps!clj

(apply-comps! !components structure)
source

cssclj

(css & rules)

ex. (css [:h1 {:height :20px}] [:h2 {:height :10px}]) => h1{height:20px;}h2{height:10px}

ex.
(css [:h1 {:height :20px}] [:h2 {:height :10px}])
=> h1{height:20px;}h2{height:10px}
sourceraw docstring

css-ruleclj

(css-rule rule)
source

embed-cssclj

(embed-css & rules)

Quick and dirty dsl for inline css rules, similar to hiccup.

ex. (css [:h1 {:color "blue"}] [:div.content p {:text-indent "1em"}]) => h1 {color: blue;} div.content p {text-indent: 1em;}

Quick and dirty dsl for inline css rules, similar to hiccup.

ex. `(css [:h1 {:color "blue"}] [:div.content p {:text-indent "1em"}])`
=> `h1 {color: blue;} div.content p {text-indent: 1em;}`
sourceraw docstring

has-nested-seqs?clj

(has-nested-seqs? node)
source

hrefclj

(href href content & opts)

ex. (href "http://google.com" "Google!" :rel "nofollow")

ex. (href "http://google.com" "Google!" :rel "nofollow")
sourceraw docstring

htmlclj

(html body)
source

html5clj

(html5 & body)
source

markdownclj

(markdown s)
source

mk-compclj

(mk-comp !components)
source

mk-transformerclj

(mk-transformer !components)
source

nested-seq?clj

(nested-seq? o)
source

parse-compclj

(parse-comp [tag opts-raw & body])
source

responseclj

(response body)
source

scriptclj

(script path)
source

stylesheetclj

(stylesheet path)
source

tag-match?clj

(tag-match? components node)
source

tag-structure-as-compclj

(tag-structure-as-comp structure tag)
source

unwrap-nested-seqsclj

(unwrap-nested-seqs node)
source

vec-or-seq?clj

(vec-or-seq? o)
source

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

× close