← all modules

Std.Ui.Events

Std.Ui.Events
  Std.Ui.Events — re-exports of event helpers (onClick / onSubmit / onInput) for `Std.Ui`.

Values
  onClick : msg -> Ui.Attribute msg
  onInput : (String -> msg) -> Ui.Attribute msg
      Input change handler — fires per keystroke for text inputs. The
  onSubmit : a -> Ui.Attribute b