ihp-1.4.0: Haskell Web Framework
Safe HaskellNone
LanguageGHC2021

IHP.Breadcrumb.Types

Documentation

data BreadcrumbItem Source #

Constructors

BreadcrumbItem 

Fields

  • breadcrumbLabel :: Html

    The label of a single breadcrumbs items. 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