lucamug / style-framework / Framework.Card

Demo

Cards

Cards

flipping : { a | activeFront : Basics.Bool, back : Element msg, front : Element msg, height : Basics.Int, width : Basics.Int } -> Element msg

simpleWithTitle : String -> String -> Element msg -> Element msg

simple : Element msg -> Element msg

Introspection

Used internally to generate the Style Guide

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

example1 : Basics.Bool -> ( Element Msg, String )


type alias Model =
Basics.Bool


type Msg

initModel : Model

update : Msg -> Model -> ( Model, Platform.Cmd.Cmd Msg )