-
Notifications
You must be signed in to change notification settings - Fork 0
Breadcrumb
Martin Bean edited this page Nov 1, 2021
·
1 revision
There are two breadcrumb-related components: <x-bs::breadcrumb> and <x-bs::breadcrumb-item>. A <x-bs::breadcrumb> element should contain one or more <x-bs::breadcrumb-item> children.
Options:
-
active(boolean, optional) -
href(string, optional, required ifactiveis omitted)
<x-bs::breadcrumb>
<x-bs::breadcrumb-item href="/page-one">Parent Page</x-bs::breadcrumb-item>
<x-bs::breadcrumb-item active>Current Page</x-bs::breadcrumb-item>
<x-bs::breadcrumb>