Updated Container API (markdown)

Jakub Sobon 2019-02-26 00:30:35 -05:00
parent ec8efedc69
commit f23156b701
1 changed files with 3 additions and 1 deletions

@ -23,4 +23,6 @@ Given a container, developers can create sub-containers by **splitting** the con
- horizontal split, which creates top and bottom sub-containers.
- vertical split, which creates left and right sub-containers.
This property is recursive, meaning developers can further split the sub-containers using the same rules.
This property is recursive, meaning developers can further split the sub-containers using the same rules. The following diagram demonstrates how splits are utilized to create a layout.
[[/images/container-api/container_splits.png|container_splits]]