{ id : Maybe String
, icon : AppBarIcon
, message : msg
, attributes : List (Element.Attribute msg)
}
{ theme : Hatchinq.Theme.Theme }
{ title : Element msg
, buttons : List (AppBarButton msg)
}
appBarHeight : Basics.Int
configure : Config -> List (Hatchinq.Attribute.Attribute (InternalView msg)) -> View msg -> Element msg
elevate : Basics.Bool -> Hatchinq.Attribute.Attribute (InternalView msg)
init : State
navigate : msg -> Hatchinq.Attribute.Attribute (InternalView msg)
placeholder : List (Hatchinq.Attribute.Attribute (InternalView msg)) -> Element msg
update : Message -> State -> State