mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
401 B
401 B
layout | title |
---|---|
layout.njk | </> htmx - high power tools for html |
The remove-me
Extension
The remove-me
extension allows you to remove an element after a specified interval.
Usage
<div hx-ext="remove-me">
<!-- Removes this div after 1 second -->
<div remove-me="1s">To Be Removed...</div>
</div>