mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
links
This commit is contained in:
@@ -124,17 +124,18 @@ class BasicApp(App):
|
||||
|
||||
yield Vertical(
|
||||
Tweet(TweetBody()),
|
||||
Container(
|
||||
Tweet(
|
||||
Static(
|
||||
Syntax(
|
||||
CODE,
|
||||
"python",
|
||||
theme="ansi_dark",
|
||||
line_numbers=True,
|
||||
indent_guides=True,
|
||||
),
|
||||
classes="code",
|
||||
),
|
||||
classes="scrollable",
|
||||
classes="tall",
|
||||
),
|
||||
Container(table, id="table-container"),
|
||||
Container(DirectoryTree("~/"), id="tree-container"),
|
||||
|
||||
Reference in New Issue
Block a user