NavVerticalItem

components/nav/VerticalItem.vue

Single vertical-nav link. Renders a <nuxt-link> (to), an external <a> (href), or plain slotted content, with a prop-driven active state and small/medium size variants.

Usage

<NavVerticalItem to = "—" href = "—" target = "_self" :active = "false" size = "medium" > Content here </NavVerticalItem>

Props

PropTypeDefaultDescription
toStringInternal route — renders a <nuxt-link>
hrefStringExternal URL — renders an <a> (used when no `to`)
targetString'_self'Anchor target for href links
activeBooleanfalseHighlights the link as the current page (caller-controlled)
sizeString'medium''medium' (text-15) or 'small' (text-13)

Slots

SlotDescription
defaultLink label

Related

Qpoint Brand Style Guide