htmx-ext-remove-me
v2.0.0
Published
The `remove-me` extension allows you to remove an element after a specified interval.
Downloads
230
Readme
The remove-me
extension allows you to remove an element after a specified interval.
Install
<script src="https://unpkg.com/[email protected]/remove-me.js"></script>
Usage
<div hx-ext="remove-me">
<!-- Removes this div after 1 second -->
<div remove-me="1s">To Be Removed...</div>
</div>