### `<w-breadcrumb-item>` API

#### Properties

| Name | Type | Default | Summary |
|-|-|-|-|
| current-page | `boolean` | `false` | Marks this item as the current page. |
| href | `string \| null` | `null` | URL for linked breadcrumb items. |

#### Property Details

##### current-page

Marks this item as the current page.
Use this on the final breadcrumb item so it exposes `aria-current="page"` and does not render a trailing separator.

- Type: `boolean`
- Default: `false`

##### href

URL for linked breadcrumb items.
When omitted, the item renders as non-focusable text.

- Type: `string | null`
- Default: `null`

