f388fa7d91
Keep the canonical Kanban README on generated handles/slots instead of implying authors work with generated numeric ids. req: dx/003 req: examples/003
19 lines
477 B
Markdown
19 lines
477 B
Markdown
# slhx Kanban browser example
|
|
|
|
Run:
|
|
|
|
cargo run -p slhx-kanban-example
|
|
|
|
Open <http://127.0.0.1:3001>.
|
|
|
|
The example is a server-first Kanban board with:
|
|
|
|
- add-card form
|
|
- move-left / move-right card controls
|
|
- delete-card controls
|
|
- generated handles and slots
|
|
- application/slhx EffectBatch responses
|
|
- SSE presence updates
|
|
|
|
It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in `examples/kanban.md`.
|