mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 15:01:36 +00:00

Fix including input values (checkboxes, etc.) (jQuery is smart) Add bulk update demo (needs docs)
16 lines
443 B
Markdown
16 lines
443 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> kutty - UX Patterns
|
|
---
|
|
|
|
## UX Pattern Reference
|
|
|
|
Below are a set of UX patterns implemented in kutty.
|
|
|
|
You can copy and paste them and then adjust them for your needs.
|
|
|
|
| Pattern | Description |
|
|
|-----------|-------------|
|
|
| [Click To Edit](/examples/click-to-edit) | Demonstrates inline editing of a data object
|
|
| [Bulk Update](/examples/bulk-update) | Demonstrates bulk updating of multiple rows of data
|