jouderianjr/elm-loaders - version: 1.0.2

for more information visit the package's GitHub page

Package contains the following modules:

Elm Loaders

This Package is the Sam Herbert svg loaders implementation for elm

The Loaders can be previewed at:

http://elm-loaders.surge.sh/

I've implemented all the loaders available:

Installation

elm install jouderianjr/elm-loaders

Examples

import Loaders

view : Html msg
view =
    div [] [ Loaders.tailSpin 40 "#ff0000" ]

PS. The number that is passed as parameter is always the width, then the height adjusts in the correct ratio.