uncover-co / elm-widgets / 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

Padding

padding : Basics.Int -> Attribute msg

paddingX : Basics.Int -> Attribute msg

paddingY : Basics.Int -> Attribute msg

noPadding : Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg