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

view : List (Attribute msg) -> { min : Basics.Float, max : Basics.Float, step : Basics.Float, value : Basics.Float, onInput : Basics.Float -> msg } -> Html msg

States

disabled : Basics.Bool -> Attribute msg

readOnly : Basics.Bool -> Attribute msg

Styles

color : String -> Attribute msg

Html

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

Attributes applied to the input[type="range"] element.

noAttr : Attribute msg


type Attribute msg