Package-level declarations

Types

Link copied to clipboard
class HxAttributes(val map: DelegatingMap) : StringMapDelegate

Typed accessors for the HTMX (hx-*) attributes understood by the htmx.org client library.

Properties

Link copied to clipboard
val DelegatingMap.hx: HxAttributes

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

Functions

Link copied to clipboard
inline fun DelegatingMap.hx(block: HxAttributes.() -> Unit)

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