The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
htmxr_is_htmx() renamed to hx_is_htmx() to
follow the hx_ prefix convention applied to all exported
functions.hx_button() parameter order changed: id is
now first and required (was label). Update calls like
hx_button("Click me") to
hx_button("my-btn", label = "Click me").hx_table() parameter id renamed to
tbody_id to clarify that the id is applied to the
<tbody>, not the <table>.hx_trigger() — adds an HX-Trigger response
header to a plumber2 response, causing htmx to fire a client-side event
immediately after the response.hx_trigger_after_swap() — same, but fires after htmx
swaps the new content into the DOM
(HX-Trigger-After-Swap).hx_trigger_after_settle() — same, but fires after htmx
settles (HX-Trigger-After-Settle).event argument accepts a character vector (multiple
events) or a named list (events with JSON detail payloads), serialised
without external dependencies.DESCRIPTION to comply with
CRAN spell check conventions.Depends: R (>= 4.1.0) for native pipe
|> compatibility.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.