Skip to content

AppNavigationItem API

API reference docs for the Stash AppNavigationItem component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import AppNavigationItem from '@leaflink/stash/AppNavigationItem.vue';

Props

NameTypeDefaultDescription
iconIconName-Icon to render on the left side
labelstring '-' Text label to render
toRouteLocationRaw-Location to navigate to
isActivebooleanfalseIndicates whether the route is active or not

Slots

NameDescription
defaultDefault component slot, for content to the right side of item
sub-itemsSub items component slot, for rendering nested navigation items

Events

None