Bootstrap page functions
pullRight : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Generates a div with the pull-right class
pullRight [] []
pageHeader : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Generates a page header html element
pageHeader [] []
jumbotron : List (Html.Attribute msg) -> List (Html msg) -> Html msg
Generates a jumbotron html element
jumbotron [] []
automationTag : String -> String -> Html.Attribute msg
This is for being able to write UI Automation selectors efficiently
button [ automationTag "btn" "submit" ] []