// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Breadcrumb > renders with class correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Custom slot
" `; exports[`Breadcrumb > renders with item slot correctly 1`] = ` "
  1. Item slot
  2. Item slot
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with items correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with label slot correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with leading slot correctly 1`] = ` "
  1. Leading slotHome
  2. Leading slotNavigation
  3. Leading slotBreadcrumb
" `; exports[`Breadcrumb > renders with separator slot correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with trailing slot correctly 1`] = ` "
  1. HomeTrailing slot
  2. NavigationTrailing slot
  3. BreadcrumbTrailing slot
" `; exports[`Breadcrumb > renders with ui correctly 1`] = ` "
    " `;