Breadcrumb
Displays the path to the current resource using a hierarchy of links.
Examples
Properties
Breadcrumb Item
| Prop | Type | Default | Description |
|---|---|---|---|
| href | string | null | Navigation URL. |
| active | boolean | false | Whether the item represents the current page. |
Usage
blade
<x-plume::breadcrumb>
<x-plume::breadcrumb.item href="/">Home</x-plume::breadcrumb.item>
<x-plume::breadcrumb.separator />
<x-plume::breadcrumb.item active>Settings</x-plume::breadcrumb.item>
</x-plume::breadcrumb>