Overview
Mateu components are defined in Java and rendered automatically.
What you typically use
Section titled “What you typically use”- Text
- Forms
- Grids
- Layouts
- Buttons
Example
Section titled “Example”@UI("")public class Example {
String name;
@Button Runnable save = () -> {};
}Mateu turns this into a working UI.
Key idea
Section titled “Key idea”Components are not created manually.
They are derived from your code structure.