lucamug / style-framework / Framework.Logo

Demo

Logos

Logos

logo : Logo -> Basics.Int -> Element msg


type Logo
    = LogoElm LogoElmType
    | LogoLucamug

Logo Elm


type LogoElmType
    = ElmColor Color
    | ElmColorful


type Color
    = Orange
    | Green
    | LightBlue
    | Blue
    | White
    | Black

Introspection

Used internally to generate the Style Guide

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