alexanderkiel / elm-mdc-alpha / Material.LinearProgress

Progress indicators express an unspecified wait time or display the length of a process.

View

view : List (Property msg) -> List (Html msg) -> Html msg

Properties

buffered : Basics.Float -> Basics.Float -> Property msg

determinate : Basics.Float -> Property msg

indeterminate : Property msg

reversed : Property msg