view : List (Attribute msg) -> List (Html msg) -> Html msg
header : List (Html msg) -> Attribute msg
footer : List (Html msg) -> Attribute msg
left : List (Html msg) -> Attribute msg
right : List (Html msg) -> Attribute msg
href : String -> Attribute msg
onClick : msg -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
Attributes applied to the parent element.
noAttr : Attribute msg