mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -1,10 +1,9 @@
|
||||
from textual.app import App, ComposeResult
|
||||
from textual.widgets import ListView, ListItem, Label, Footer
|
||||
from textual.widgets import Footer, Label, ListItem, ListView
|
||||
|
||||
|
||||
class ListViewExample(App):
|
||||
|
||||
CSS_PATH = "list_view.css"
|
||||
CSS_PATH = "list_view.tcss"
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield ListView(
|
||||
|
||||
Reference in New Issue
Block a user