mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
57 lines
717 B
Markdown
57 lines
717 B
Markdown
# Layout
|
|
|
|
TODO: Explanation of layout
|
|
|
|
## Vertical layout
|
|
|
|
<div class="excalidraw">
|
|
--8<-- "docs/images/layout_vertical.excalidraw.svg"
|
|
</div>
|
|
|
|
|
|
TODO: Explanation of vertical layout
|
|
|
|
|
|
## Horizontal layout
|
|
|
|
<div class="excalidraw">
|
|
--8<-- "docs/images/layout_horizontal.excalidraw.svg"
|
|
</div>
|
|
|
|
|
|
TODO: Explantion of horizontal layout
|
|
|
|
## Center layout
|
|
|
|
<div class="excalidraw">
|
|
--8<-- "docs/images/layout_center.excalidraw.svg"
|
|
</div>
|
|
|
|
|
|
TODO: Explanation of center layout
|
|
|
|
## Table layout
|
|
|
|
|
|
<div class="excalidraw">
|
|
--8<-- "docs/images/layout_table.excalidraw.svg"
|
|
</div>
|
|
|
|
|
|
TODO: Explanation of table layout
|
|
|
|
|
|
## Dock
|
|
|
|
TODO: Diagram
|
|
TODO: Explanation of dock
|
|
|
|
## Offsets
|
|
|
|
TODO: Diagram
|
|
TODO: Offsets
|
|
|
|
## Box Model
|
|
|
|
TBC
|