IHP Api Reference
Safe HaskellSafe-Inferred

IHP.Breadcrumb.Types

Documentation

data BreadcrumbItem Source #

Constructors

BreadcrumbItem 

Fields

  • breadcrumbLabel :: Html

    The label of a single breadcrumbs item. May be HTML, thus use SVG or font icon.

  • url :: Maybe Text

    The URL of the item. If Nothing, it will only show the label.

Instances

Instances details
Show BreadcrumbItem Source # 
Instance details

Defined in IHP.Breadcrumb.Types