---
title: "Navigation structure & progressive disclosure"
description: "Structures nav items as compound split buttons — a primary click zone that navigates and a dropdown zone that progressively reveals subpages or section anchors."
category: "App Shell & Navigation"
---

# Navigation structure & progressive disclosure

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** App Shell & Navigation · **Tier:** light · **Risk:** low — structural pattern, no external services

Structures nav items as compound split buttons — a primary click zone that navigates and a dropdown zone that progressively reveals subpages or section anchors.

**When to use:** Reach for it when adding a new top-level navigation item or deciding how its children should be disclosed.

## Docs

- [docs/blueprint/app-shell/navigation.md](/docs/blueprint/app-shell/navigation) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/app-shell/navigation.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/app-shell/navigation.md))

## Code

- `src/lib/nav/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/nav) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/nav))

---

_Machine-readable record: `app-shell-navigation` in `mcp/patterns.registry.json`._
