hx

inline fun DelegatingMap.hx(block: HxAttributes.() -> Unit)(source)

Configures the HTMX (hx-*) attributes of this tag.

Report a problem


val DelegatingMap.hx: HxAttributes(source)

Provides typed access to the HTMX (hx-*) attributes of this tag.

Report a problem