uncover-co / elm-widgets-alpha / W.InputField

view : List (Attribute msg) -> { label : List (Html msg), input : List (Html msg) } -> Html msg

hint : List (Html msg) -> Attribute msg

Appears underneath the label.

Styles

alignRight : Basics.Bool -> Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

noAttr : Attribute msg


type Attribute msg