You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/content/extensions/idiomorph.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ import `htmx.org`;
45
45
import`idiomorph/htmx`;
46
46
```
47
47
48
+
_Note: when used with the [SSE extension](@/extensions/sse.md), requires htmx-ext-sse 2.2.4+ ([#164](https://github.com/bigskysoftware/htmx-extensions/issues/164))._
49
+
48
50
## Usage
49
51
50
52
Once you have referenced the idiomorph extension, you can register it with the name `morph` on the body and then begin
Copy file name to clipboardExpand all lines: www/content/extensions/sse.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ import `htmx.org`;
52
52
import`htmx-ext-sse`;
53
53
```
54
54
55
+
_Note: when used with the [idiomorph extension](@/extensions/idiomorph.md), requires htmx-ext-sse 2.2.4+ ([#164](https://github.com/bigskysoftware/htmx-extensions/issues/164))._
0 commit comments