view : List (Attribute msg) -> { min : Basics.Float, max : Basics.Float, step : Basics.Float, value : Basics.Float, onInput : Basics.Float -> msg } -> Html msg
disabled : Basics.Bool -> Attribute msg
readOnly : Basics.Bool -> Attribute msg
color : String -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
Attributes applied to the input[type="range"]
element.
noAttr : Attribute msg