4e47b470a7
Add a SafeHtml PageRequest path for shell/partial composition and migrate examples so rendered hemplate fragments stay typed through the transport boundary instead of round-tripping through unchecked strings. req: axum_integration/001 req: html_safety/001 req: html_safety/002
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.