mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
* fix todomvc example * update READMEs now that we're hosting the examples * update documentation * add trunk template * Improve wording
600 B
600 B
Nested List Example
This example shows a nested list and displays which item was last hovered.
Concepts
- Creating components which only accepts specific child elements
- Communicating with a component that isn't a parent. See
WeakComponentLinkin main.rs.
Improvements
ListItemComponent has ahideprop which is currently only used statically. It should be possible to make the hidden items visible by pressing a button.