mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
layout docs
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user