Component example showing composition of components (#150)

This approach can allow for UI sections that are more modular and reusable
This commit is contained in:
cmorganBE
2021-07-14 09:04:12 -04:00
committed by GitHub
parent 9b7ddb1130
commit 23789c2d7b
3 changed files with 74 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
@example ./examples/component/menu.cpp
@example ./examples/component/menu_style.cpp
@example ./examples/component/radiobox_in_frame.cpp
@example ./examples/component/composition.cpp
@example ./examples/component/button.cpp
@example ./examples/component/toggle.cpp
@example ./examples/component/modal_dialog.cpp