UNPKG

htmx-ext-busy

Version:

An htmx extension that visualizes busy states in target areas during requests

16 lines (14 loc) 264 B
<p> This time it will reload the whole `main` tag, so you'll see the whole page busy. </p> <button hx-get="" hx-target="main" hx-select="main" hx-swap="outerHTML" hx-busy="main" > Load Back </button> <h1 id="header" hx-swap-oob="true">Loaded</h1>