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

@@ -7,6 +7,7 @@ endfunction(example)
example(button)
example(checkbox)
example(checkbox_in_frame)
example(composition)
example(gallery)
example(homescreen)
example(input)