This Package is the Sam Herbert https://github.com/SamHerbert/SVG-Loaders implementation for elm
The Loaders can be previewed at:
import Loaders
view : Html msg
view =
div [] [ Loaders.TailSpin 40 "#ff0000" ]
PS. all the loaders receives the width as float and the color as string
audio : Basics.Float -> String -> Html msg
ballTriangle : Basics.Float -> String -> Html msg
bars : Basics.Float -> String -> Html msg
circles : Basics.Float -> String -> Html msg
grid : Basics.Float -> String -> Html msg
hearts : Basics.Float -> String -> Html msg
oval : Basics.Float -> String -> Html msg
puff : Basics.Float -> String -> Html msg
rings : Basics.Float -> String -> Html msg
spinningCircles : Basics.Float -> String -> Html msg
tailSpin : Basics.Float -> String -> Html msg
threeDots : Basics.Float -> String -> Html msg