Skip to content

Overview

Mateu components are defined in Java and rendered automatically.

  • Text
  • Forms
  • Grids
  • Layouts
  • Buttons
@UI("")
public class Example {
String name;
@Button
Runnable save = () -> {};
}

Mateu turns this into a working UI.

Components are not created manually.

They are derived from your code structure.