Layouts
Layouts define how components are arranged.
Common layouts
Section titled “Common layouts”- vertical
- horizontal
- split
Example
Section titled “Example”@SplitLayoutList panels = List.of( new Text("Left"), new Text("Right"));When to use
Section titled “When to use”Use layouts to structure your UI instead of manual HTML/CSS.