// 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 item-label slot correctly 1`] = ` "
  1. Item label slot
  2. Item label slot
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with item-leading slot correctly 1`] = ` "
  1. Item leading slotHome
  2. Item leading slotNavigation
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with item-trailing slot correctly 1`] = ` "
  1. HomeItem trailing slot
  2. NavigationItem trailing slot
  3. Breadcrumb
" `; exports[`Breadcrumb > renders with items correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `; 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 ui correctly 1`] = ` "
  1. Home
  2. Navigation
  3. Breadcrumb
" `;