lucamug / style-framework / Framework.Spinner

Demo

Spinners

Functions


type Spinner
    = ThreeCircles
    | Rotation

Type of spinners

spinner : Spinner -> Basics.Int -> Element.Color -> Element msg

Example

spinner ThreeCircles 32 Color.black

Introspection

Used internally to generate the Style Guide

introspection : { name : String, description : String, signature : String, variations : List ( String, List ( Element msg1, String ) ) }