NavVertical
components/nav/Vertical.vue
Vertical nav section: an optional hairline-underlined title above a slot of NavVerticalItem links. Used to group page-level sidebar links.
components/nav/Vertical.vue
Usage
<NavVertical
title = "—"
>
Content here
</NavVertical>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | String | — | Optional section heading rendered above the items |
Slots
| Slot | Description |
|---|---|
| default | NavVerticalItem links for this section |