Just published a repo of a Laravel demo app using Yoyo which uses @htmx_org It's a port of the plain php app https://t.co/UDAbkFnzbT
👉 https://t.co/tzslYYfTJR
Just published a repo of a Laravel demo app using Yoyo which uses @htmx_org It's a port of the plain php app https://t.co/UDAbkFnzbT
👉 https://t.co/tzslYYfTJR
excited to announce the first real release of idiomorph for htmx:
https://t.co/7G6Kwp5fkP
you can add the "morph" swap by including the following extension:
https://t.co/ARaDxupz7w
you get both inner & outer morphing
size is 1.7k min/gzd
hope to include this in htmx 2.0!
ok, have an htmx-idiomorph extension working
here is the demo video
doesn't look like much, but this is an htmx request being merged into the DOM via the idiomorph algorithm
this keeps the video running even though the DOM is shifting around & there aren't many ids in it
happy to announce the release of htmx 1.7.0:
https://t.co/lm5qDpeFaS
* a new hx-sync attribute for synchronizing requests between elements
* many new extensions including alternative sse & ws support
* hx-disinherit to disable inheritance
* much more!
Enjoy!
🍻
Here's a simple demo using @htmx_org@Alpine_JS and @tinymce https://t.co/EHVYgtUGJN
The editor initializes when htmx processes the form node. It gets removed before the entire form is swapped and then initialized again after swap.
@schlimmson@capacitorjs I recently had to change the default ionic swipe back functionality so it would work anywhere on the page instead of just the edge. I used an NPM package to replace the file at build time. Is there a better way?
I wrote an @htmx_org extension to simplify handling of loading states.
➡️No need to define new CSS classes if you use @tailwindcss or similar
➡️Allows disabling elements
➡️Filter by request actions
➡️Delay loading states for fast requests
https://t.co/h8bqavcFfr
Another @htmx_org event filter example. Only trigger the keyup event for keys other than "Tab". Useful to prevent requests when quickly "tabbing" through form inputs.
The ability to filter events in triggers in
@htmx_org is such a great and convenient feature! In this example, the focus event is triggered only when the input value is filled.
Another @htmx_org event filter example. Only trigger the keyup event for keys other than "Tab". Useful to prevent requests when quickly "tabbing" through form inputs.
The ability to filter events in triggers in
@htmx_org is such a great and convenient feature! In this example, the focus event is triggered only when the input value is filled.