Breadcrumbs

Display a navigation trail that shows the user's current location within a website or application

Installation

npx @v-moravec/ui add breadcrumbs
Code will be added to ~/components/ui/breadcrumbs/. You can further customize it there.

Props

NameType
items
{ label: string; to: string; }[]

Slots

NameType
breadcrumb
{ to: string; title: string; last: boolean; first: boolean; }