Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Dec 23, 2024
1 parent f891082 commit da5abab
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions 300/500/200/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ 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 |
| Edit Row | Demonstrates how to edit rows 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 |
| Preserving File Inputs after Form Errors | Demonstrates how to preserve file inputs after form errors |
| 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 JavaScript) | Demonstrates how to display and select tabs using JavaScript |
| Keyboard Shortcuts | Demonstrates how to create keyboard shortcuts for htmx enabled elements |
| Drag & Drop / Sortable | Demonstrates how to use htmx with the Sortable.js plugin to implement drag-and-drop reordering |
| Updating Other Content | Demonstrates how to update content beyond just the target elements |
| Confirm | Demonstrates how to implement a custom confirmation dialog with htmx |
| Async Authentication | Demonstrates how to handle async authentication tokens in htmx |
| Web Components | Demonstrates how to integrate htmx with web components and shadow DOM |
| (Experimental) moveBefore()-powered hx-preserve | htmx will use the experimental moveBefore() API for moving elements, if it is present. |
| [Click To Edit](https://htmx.org/examples/click-to-edit/) | Demonstrates inline editing of a data object |
| [Bulk Update](https://htmx.org/examples/bulk-update/) | Demonstrates bulk updating of multiple rows of data |
| [Click To Load](https://htmx.org/examples/click-to-load/) | Demonstrates clicking to load more rows in a table |
| [Delete Row](https://htmx.org/examples/delete-row/) | Demonstrates row deletion in a table |
| [Edit Row](https://htmx.org/examples/edit-row/) | Demonstrates how to edit rows in a table |
| [Lazy Loading](https://htmx.org/examples/lazy-load/) | Demonstrates how to lazy load content |
| [Inline Validation](https://htmx.org/examples/inline-validation/) | Demonstrates how to do inline field validation |
| [Infinite Scroll](https://htmx.org/examples/infinite-scroll/) | Demonstrates infinite scrolling of a page |
| [Active Search](https://htmx.org/examples/active-search/) | Demonstrates the active search box pattern |
| [Progress Bar](https://htmx.org/examples/progress-bar/) | Demonstrates a job-runner like progress bar |
| [Value Select](https://htmx.org/examples/value-select/) | Demonstrates making the values of a select dependent on another select |
| [Animations](https://htmx.org/examples/animations/) | Demonstrates various animation techniques |
| [File Upload](https://htmx.org/examples/file-upload/) | Demonstrates how to upload a file via ajax with a progress bar |
| [Preserving File Inputs after Form Errors](https://htmx.org/examples/file-upload-input/) | Demonstrates how to preserve file inputs after form errors |
| [Dialogs - Browser](https://htmx.org/examples/dialogs/) | Demonstrates the prompt and confirm dialogs |
| [Dialogs - UIKit](https://htmx.org/examples/modal-uikit/) | Demonstrates modal dialogs using UIKit |
| [Dialogs - Bootstrap](https://htmx.org/examples/modal-bootstrap/) | Demonstrates modal dialogs using Bootstrap |
| [Dialogs - Custom](https://htmx.org/examples/modal-custom/) | Demonstrates modal dialogs from scratch |
| [Tabs (Using HATEOAS)](https://htmx.org/examples/tabs-hateoas/) | Demonstrates how to display and select tabs using HATEOAS principles |
| [Tabs (Using JavaScript)](https://htmx.org/examples/tabs-javascript/) | Demonstrates how to display and select tabs using JavaScript |
| [Keyboard Shortcuts](https://htmx.org/examples/keyboard-shortcuts/) | Demonstrates how to create keyboard shortcuts for htmx enabled elements |
| [Drag & Drop / Sortable](https://htmx.org/examples/sortable/) | Demonstrates how to use htmx with the Sortable.js plugin to implement drag-and-drop reordering |
| [Updating Other Content](https://htmx.org/examples/update-other-content/) | Demonstrates how to update content beyond just the target elements |
| [Confirm](https://htmx.org/examples/confirm/) | Demonstrates how to implement a custom confirmation dialog with htmx |
| [Async Authentication](https://htmx.org/examples/async-auth/) | Demonstrates how to handle async authentication tokens in htmx |
| [Web Components](https://htmx.org/examples/web-components/) | Demonstrates how to integrate htmx with web components and shadow DOM |
| [(Experimental) moveBefore()-powered hx-preserve](https://htmx.org/examples/move-before) | htmx will use the experimental moveBefore() API for moving elements, if it is present. |

0 comments on commit da5abab

Please sign in to comment.