mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
564 B
564 B
layout | title |
---|---|
layout.njk | </> htmx - high power tools for html |
The morphdom-swap
Extension
This extension allows you to use the morphdom library as the swapping mechanism in htmx.
Usage
<header>
<script src="lib/morphdom-umd.js"></script> <!-- include the morphdom library -->
</header>
<body hx-ext="morphdom-swap">
<button hx-swap="morphdom">This button will be swapped with morphdom!</button>
</body>