# Breadcrumbs
# Usage
<Breadcrumb title="Dashboard">
<BreadcrumbItem link="#no-link">Login</BreadcrumbItem>
<BreadcrumbItem>Dashboard</BreadcrumbItem>
</Breadcrumb>
# Props
# Breadcrumb
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | no | Title of the page |
# BreadcrumbItem
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| link | string | no | Link |