inputText : Model -> { a | id : String, field : Field, label : String, pattern : String } -> Element Msg
Used internally to generate the Style Guide
introspection : { name : String, description : String, signature : String, variations : List ( String, List ( Element msg1, String ) ) }
example1 : Model -> ( Element Msg, String )
example2 : Model -> ( Element Msg, String )
example3 : Model -> ( Element Msg, String )
{ value : String
, focus : Maybe Field
}
initModel : Model
update : Msg -> Model -> ( Model, Platform.Cmd.Cmd Msg )