Breadcrumb (breadcrumb)

A type of navigation menu used to provide a list of links based on current page within the site hierarchy, allowing users to visit previous pages from the current page.

🔗 External documentation.

ID Label Description Schema
items Items
                        type: array
items:
    type: object
    properties:
        title:
            type: string
        attributes:
            $ref: '#/$defs/attributes_value'
        below:
            type: object

                      
            id: breadcrumb
label: Breadcrumb
description: 'A type of navigation menu used to provide a list of links based on current page within the site hierarchy, allowing users to visit previous pages from the current page. '
homepage: 'https://protocol.mozilla.org/components/detail/breadcrumb.html'
props:
    items:
        id: items
        label: Items
        schema:
            type: array
            items:
                type: object
                properties:
                    title:
                        type: string
                    attributes:
                        $ref: '#/$defs/attributes_value'
                    below:
                        type: object
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': breadcrumb
            items:
                -
                    title: Home
                    url: '#'
                -
                    title: Library
                    url: '#'
                -
                    title: Data