convert-attr-value to support custom rendering per attribute keylambdaisland.hiccup.kebab-prefixes via a system
property (comma or space separated)hx-, ws-, sse-wrap-render, a middleware for rendering HTML with content negotiationcom.lambdaisland/gardenConvert multi-word attributes to match Reagent + React's behaviour.
data-, aria-, and hx- attributes remain kebab-case. html and svg attributes that are kebab-case in those specs, are converted to kebab-case
BREAKING in some cases:
Previously: :tab-index -> "tab-index" "fontStyle" -> "fontStyle" :fontStyle -> "fontStyle"
Now: :tab-index -> "tabIndex" "fontStyle" -> "font-style" :fontStyle -> "font-style"
Can you improve this documentation? These fine people already did:
Arne Brasseur, Alys Brooks, Rafal Dittwald, Mitesh Shah, Michael Easter, Lectia Landau & Donovan McGillenEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |