# Breadcrumb

## Purpose

- [Live Demo](https://primevue.org/breadcrumb/)

## Props

### Optional

| Prop   | Type    | Default | Values | Description    |
| ------ | ------- | ------- | ------ | -------------- |
| `data` | `Array` | -       | -      | No description |

## Slots

| Slot   | Description |
| ------ | ----------- |
| `item` | item slot   |

## Dependencies

### External

- primevue/breadcrumb

## Usage Example

```vue
<template>
  <Breadcrumb> </Breadcrumb>
</template>
```

## Related Links

- [TypeScript Definitions](./Breadcrumb.d.ts)
- [Component Implementation](./Breadcrumb.vue)
- [Export Module](./breadcrumb.js)
- [Package Configuration](./package.json)
