This commit is contained in:
Will McGugan
2022-09-06 15:39:41 +01:00
parent b2db7a63ab
commit d9d5791925
9 changed files with 21 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
In textual the *layout* defines how widgets will be arranged (or *layed out*) on the screen. Textual supports a number of layouts which can be set either via a widgets `styles` object or via CSS.
TODO: layout docs
## Vertical
A vertical layout will place new widgets below previous widgets, starting from the top of the screen.