We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbbd2a commit 116c6c2Copy full SHA for 116c6c2
1 file changed
www/content/extensions/idiomorph.md
@@ -57,7 +57,9 @@ using `morph`, `morph:outerHTML` or `morph:innerHTML` as swap strategies.
57
58
```html
59
<body hx-ext="morph">
60
- <button hx-get="/example" hx-swap="morph">Morph My Outer HTML</button>
+ <button hx-get="/example" hx-swap="morph">
61
+ Morph My Outer HTML
62
+ </button>
63
64
<button hx-get="/example" hx-swap="morph:outerHTML">
65
Morph My Outer HTML
0 commit comments