Orasund / elm-ui-framework / Framework.Input

This module exposes simple attibutes for Inputs (beside Buttons) and styling for labels.

Input.text Input.simple
    { onChange = always ()
    , text = "Input.simple"
    , placeholder = Nothing
    , label = Input.labelLeft Input.label <| Element.text "Input.label"
    }

simple : List (Element.Attribute msg)

label : List (Element.Attribute msg)