NavList
Vertical link list — ChildContent of NavListItem / NavGroup
SSR mode
Examples
Default
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| NavList | Vertical link list. Wraps ChildContent (typically NavListItem and NavGroup) in a <nav> with consistent inter-item spacing. Designed to live inside an AppSidebar (or similar containing chunk) which owns its own border / fill / width. |
NavList
Vertical link list. Wraps ChildContent (typically NavListItem and NavGroup) in a <nav> with consistent inter-item spacing. Designed to live inside an AppSidebar (or similar containing chunk) which owns its own border / fill / width.
| Property | Type | Required | Description |
|---|---|---|---|
| ChildContent | RenderFragment? | Nav rows — typically NavListItem and NavGroup. | |
| Gutters | bool | Toggles space-y-1 p-2 (inter-item spacing + small padding). Default: true. |