Breadcrumb

Attribute Type Documentation Default Value
id :string

Unique identifier for the breadcrumb component

class :string

Additional CSS classes for the breadcrumb

""
rest :global

Additional HTML attributes for the breadcrumb

crumb :slot

List of breadcrumb items

Show slot attributes Hide slot attributes
is_active :boolean

If true, the breadcrumb item is active

class :string

Additional CSS classes for the single crumb

<:crumb><button> Home </button></:crumb>
<:crumb><button> Page 1 </button></:crumb>
<:crumb><button> Page 2 </button></:crumb>
<:crumb is_active={true}><button> Current page </button></:crumb>
divider :slot

Breadcrumb divider