EngageSoftware / elm-engage-common / Engage.UI.Loading

UI.Loading


type LoadingIcon
    = Ring

The LoadingIcon type

loading : { a | namespace : Engage.Namespace.Namespace } -> LoadingIcon -> String -> List (Html.Attribute msg) -> Html msg

Get the loading view

loadingOverlay : { a | namespace : Engage.Namespace.Namespace } -> LoadingIcon -> String -> List (Html.Attribute msg) -> Html msg

Get the loading overlay view

progress : { a | namespace : Engage.Namespace.Namespace } -> { max : Basics.Float, value : Basics.Float } -> Html msg

Get the progress view