Skip to content

Commit

Permalink
add moveBefore() demo
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Oct 4, 2024
1 parent b19e2f7 commit defcf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can copy and paste them and then adjust them for your needs.
| [Confirm](@/examples/confirm.md) | Demonstrates how to implement a custom confirmation dialog with htmx |
| [Async Authentication](@/examples/async-auth.md) | Demonstrates how to handle async authentication tokens in htmx |
| [Web Components](@/examples/web-components.md) | Demonstrates how to integrate htmx with web components and shadow DOM |
| [(Experimental) moveBefore()-powered hx-preserve](@/examples/move-before) | htmx will use the experimental [`moveBefore()`](https://cr-status.appspot.com/feature/5135990159835136) API for moving elements, if it is present. |
| [(Experimental) moveBefore()-powered hx-preserve](/examples/move-before) | htmx will use the experimental [`moveBefore()`](https://cr-status.appspot.com/feature/5135990159835136) API for moving elements, if it is present. |

## Migrating from Hotwire / Turbo ?

Expand Down

0 comments on commit defcf16

Please sign in to comment.