Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS.
Breadcrumb.container
[ Breadcrumb.item [] [ a [ href "#home" ] [ text "home" ] ]
, Breadcrumb.item [] [ text "page" ]
]
Opaque type representing an item in the breadcrumb trail.
item : List (Html.Styled.Attribute msg) -> List (Html.Styled.Html msg) -> Item msg
Create a breadcrumb item.
attributes
List of attributeschildren
List of child elementscontainer : List (Item msg) -> Html.Styled.Html msg
Create a breadcrumb container.
items
List of breadcrumb items