Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions plugins/reactor/skills/reactor-navigation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ return NavigationView(
`NavItem(label, icon?, tag?)` creates sidebar items. Icons are Segoe Fluent
Icons names. The `NavigationView` handles selection state.

**Manual wiring (without `UseNavigation`):**
`SelectedTag` and `OnSelectionChanged` are record properties — use `with { }`.
For the settings item: set `IsSettingsVisible = true` and check `args.IsSettingsSelected` (not via tag).
Use `.Set(nv => nv.PaneDisplayMode = ...)` for non-record properties.

## 5. TabView (parallel tabs)

Unlike stack navigation, tabs keep all content alive simultaneously:
Expand Down
Loading