# Breadcrumb
Displays the path to the current resource using a hierarchy of links.
## Installation
Start from a Svelte 5 application, then install the component package, shared theme, and Bits UI peer:
```bash
pnpm add coss-svelte @coss-svelte/theme bits-ui
```
Import `@coss-svelte/theme/style-coss.css` after Tailwind from the application's global stylesheet.
## Usage
```svelte
```
## Anatomy
- `Breadcrumb`
## API Reference
### Breadcrumb
Displays the path to the current resource using a hierarchy of links.
| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `items` | `BreadcrumbItem[]` | `[]` | Items rendered by the component's built-in fallback composition. |
**Composition and refs**
- `children: Snippet<[]>`
Inherits from [Svelte