mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-03-25 04:10:26 +00:00
1.9 KiB
1.9 KiB
layout, title
| layout | title |
|---|---|
| layout.njk | </> htmx - UX Patterns |
UI Examples
Below are a set of UX patterns implemented in htmx with minimal HTML and styling.
You can copy and paste them and then adjust them for your needs.
| Pattern | Description |
|---|---|
| Click To Edit | Demonstrates inline editing of a data object |
| Bulk Update | Demonstrates bulk updating of multiple rows of data |
| Click To Load | Demonstrates clicking to load more rows in a table |
| Delete Row | Demonstrates row deletion in a table |
| Lazy Loading | Demonstrates how to lazy load content |
| Inline Validation | Demonstrates how to do inline field validation |
| Infinite Scroll | Demonstrates infinite scrolling of a page |
| Active Search | Demonstrates the active search box pattern |
| Progress Bar | Demonstrates a job-runner like progress bar |
| Value Select | Demonstrates making the values of a select dependent on another select |
| Animations | Demonstrates various animation techniques |
| File Upload | Demonstrates how to upload a file via ajax with a progress bar |
| Dialogs - Browser | Demonstrates the prompt and confirm dialogs |
| Dialogs - UIKIt | Demonstrates modal dialogs using UIKit |
| Dialogs - Bootstrap | Demonstrates modal dialogs using Bootstrap |
| Dialogs - Custom | Demonstrates modal dialogs from scratch |
| Tabs (Using HATEOAS) | Demonstrates how to display and select tabs using HATEOAS principles |
| Tabs (Using Hyperscript) | Demonstrates how to display and select tabs using Hyperscript |