uncover-co / elm-widgets / W.Loading

circles : List (Attribute msg) -> Svg msg

dots : List (Attribute msg) -> Html msg

ripples : List (Attribute msg) -> Html msg

Style

color : String -> Attribute msg

size : Basics.Float -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg