diff options
author | carson <carson@leaddyno.com> | 2020-05-16 14:30:33 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2020-05-16 14:30:33 -0700 |
commit | 4ebdabd2279c9e44058effdc831285f87cfb32b3 (patch) | |
tree | 063d87041611e2628a80a2dfc3202b4139f107eb /www/examples.md | |
parent | 6e06c0df877d0f4792b110e26e961d4cfd2fd96d (diff) | |
parent | 2f21351f6ef5ffc5de74c7f6f684b77618db4e7b (diff) | |
download | htmx-4ebdabd2279c9e44058effdc831285f87cfb32b3.tar.gz htmx-4ebdabd2279c9e44058effdc831285f87cfb32b3.zip |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'www/examples.md')
-rw-r--r-- | www/examples.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/examples.md b/www/examples.md index c35df5a3..580b1812 100644 --- a/www/examples.md +++ b/www/examples.md @@ -15,7 +15,7 @@ You can copy and paste them and then adjust them for your needs. | [Bulk Update](/examples/bulk-update) | Demonstrates bulk updating of multiple rows of data | [Click To Load](/examples/click-to-load) | Demonstrates clicking to load more rows in a table | [Lazy Loading](/examples/lazy-load) | Demonstrates how to lazy load content -| [Inline Validation](/examples/inline-validation) | Demonstrates how to lazy load content +| [Inline Validation](/examples/inline-validation) | Demonstrates how to do inline field validation | [Infinite Scroll](/examples/infinite-scroll) | Demonstrates infinite scrolling of a page | [Active Search](/examples/active-search) | Demonstrates the active search box pattern | [Progress Bar](/examples/progress-bar) | Demonstrates a job-runner like progress bar |