Breadcrumb

Component has 3 parts

Read more Read less

(icon, image) breadcrumb (badges)

badges are a slot, pushed in badges container to the right. Component also support a single badge to be pushed in badges container, when slot can’t be used.

Attribute Type Documentation Default Value
id :string

Breadcrumb id

class :string

Extends the breadcrumb class

Required links * :list

The list of navigation items. Each item should be a tuple.

mobile :boolean

If mobile is false, the breadcrumb won’t be displayed below the ‘lg’ breakpoint.

icon :string

An icon to display before the breadcrumb

image :string

The url of an image to display before the breadcrumb

badge :map

Badge component attributes

badges :slot
<:badges>
<.badge icon="fa fa-alicorn"/>
</:badges>