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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close