Breadcrumbs

Breadcrumbs are used as a navigation aid in user interfaces. They allow users to keep track of their locations within programs or documents.


/* breadcrumbs-example.blade.php */

<x-breadcrumbs>
<x-breadcrumb href="#" content="Home" />
<x-breadcrumb href="#" content="Statistics" />
<x-breadcrumb href="#" content="Orders" />
</x-breadcrumbs>

Component API

Breadcrumbs

Prop Description Values
as Change the element tag of the component any

Breadcrumb

Prop Description Values
href Set the URL of the breadcrumb any
content Set the content of the breadcrumb any