Liking cljdoc? Tell your friends :D
Clojure only.

trident.views.hiccup


cssclj

(css style)

Converts a standalone style map to css with garden.

See html.

Converts a standalone style map to css with `garden`.

See [[html]].
sourceraw docstring

htmlclj

(html form)

Wraps hiccup.core/html, allowing you to define inline-styles like in Reagent.

Example:

(html [:div {:style {:color "black"}}])
=> "<div style=\"color:black\"></div>"
Wraps `hiccup.core/html`, allowing you to define inline-styles like in Reagent.

Example:
```
(html [:div {:style {:color "black"}}])
=> "<div style=\"color:black\"></div>"
```
sourceraw docstring

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

× close