JeremyBellows / elm-bootstrapify / Bootstrap.Page

Bootstrap page functions

Page

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 [] []

Automation

automationTag : String -> String -> Html.Attribute msg

This is for being able to write UI Automation selectors efficiently

button [ automationTag "btn" "submit" ] []