(css style)
Converts a standalone style map to css with garden
.
See html
.
Converts a standalone style map to css with `garden`. See [[html]].
(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>" ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close