mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Adding example for list itemm
This commit is contained in:
13
docs/examples/widgets/list_view.css
Normal file
13
docs/examples/widgets/list_view.css
Normal file
@@ -0,0 +1,13 @@
|
||||
Screen {
|
||||
align: center middle;
|
||||
}
|
||||
|
||||
ListView {
|
||||
width: 30;
|
||||
height: auto;
|
||||
margin: 2 2;
|
||||
}
|
||||
|
||||
Label {
|
||||
padding: 1 2;
|
||||
}
|
||||
Reference in New Issue
Block a user