JeremyBellows / elm-bootstrapify / Bootstrap.Wells

Functions for generating bootstrap wells

Wells


type WellOption
    = WellNormal
    | WellSmall
    | WellLarge

Different Size Wells!

well : WellOption -> List (Html.Attribute msg) -> List (Html msg) -> Html msg

Generates a well html element

well WellLarge [] []