Files
hemx/examples/kanban
slhx agent a287d87e38 refactor(examples): inline simple board rendering
Remove one-line render_board wrappers now that generated render(view) is the concise composition helper, keeping board updates explicit without extra local bridge functions.

req: component/003

req: dx/006
2026-06-01 23:38:48 +02:00
..

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 handle ids 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.