Skip to content

Commit 306b18f

Browse files
authored
Update README.md
1 parent 45c9d42 commit 306b18f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ Unlike most tiny immediate-mode UI libraries, LeanUI has animation built in:
4242
- Animation framerate independant, uses delta time between frames.
4343
- No per-widget state is stored — transitions are computed implicitly based on widget identity.
4444

45-
4645
This gives small UIs a fluid, modern feel without adding complexity to your code.
4746

4847
---
4948

49+
## Layout
50+
51+
Very simple and effective (no rows, no columns)
52+
- Horizontal alignment : left, center or right
53+
- Manually call to ui_newline to make a carriage return
54+
5055
## Example
5156

5257
```c

0 commit comments

Comments
 (0)