Represent the configuration of the loader.
spinner : Config
Represent the configuration of the Spinner loader.
vehicle : Config
Represent the configuration of the Vehicle loader.
render : Config -> Html msg
Renders the loader and it's (infinite) animation.
withMediumSize : Config -> Config
Sets a size to the Loader
.
withSmallSize : Config -> Config
Sets a size to the Loader
.
withText : String -> Config -> Config
Adds a text to the Loader
.