Contact Form Example

A simple contact form that uses htmx to validate the input when the input loses focus and when the form is submitted.

It also disables the fields while they are being validated and uses hyperscript to fix the issue of the blur event firing on the fields when the form is submitting.

Searchbox Example

A simple searchbox that uses htmx to automatically send a post request once the user stops typing.

Page with tabs Example

A simple page with multiple tabs that uses htmx to partially load the content based on the selected tab.

Extremely barebones docs

I haven't even styled them yet. Proceed with caution if you have a dark theme.