uncover-co / elm-widgets / W.InputColor

view : List (Attribute msg) -> { value : Color, onInput : Color -> msg } -> Html msg

viewReadOnly : List (Attribute msg) -> Color -> Html msg

States

disabled : Basics.Bool -> Attribute msg

readOnly : Basics.Bool -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg