Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions www/content/extensions/idiomorph.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ import `htmx.org`;
import `idiomorph/htmx`;
```

_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))._

## Usage

Once you have referenced the idiomorph extension, you can register it with the name `morph` on the body and then begin
Expand Down
2 changes: 2 additions & 0 deletions www/content/extensions/sse.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ import `htmx.org`;
import `htmx-ext-sse`;
```

_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))._

## Usage

```html
Expand Down
Loading