mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
todos
This commit is contained in:
@@ -391,3 +391,7 @@ Button:hover {
|
||||
background: blue !important;
|
||||
}
|
||||
```
|
||||
|
||||
## CSS Variables
|
||||
|
||||
TODO: Variables
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Actions
|
||||
|
||||
TODO: Actions docs
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
## Events
|
||||
|
||||
TODO: events docs
|
||||
|
||||
- What are events
|
||||
- Handling events
|
||||
- Auto calling base classes
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
In textual the *layout* defines how widgets will be arranged (or *layed out*) on the screen. Textual supports a number of layouts which can be set either via a widgets `styles` object or via CSS.
|
||||
|
||||
TODO: layout docs
|
||||
|
||||
## Vertical
|
||||
|
||||
A vertical layout will place new widgets below previous widgets, starting from the top of the screen.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Reactivity
|
||||
|
||||
TODO: Reactivity docs
|
||||
|
||||
- What is reactivity
|
||||
- Reactive variables
|
||||
- Demo
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Screens
|
||||
|
||||
TODO: Screens docs
|
||||
|
||||
- Explanation of screens
|
||||
- Screens API
|
||||
- Install screen
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Styles
|
||||
|
||||
TODO: Styles docs
|
||||
|
||||
- What are styles
|
||||
- Styles object on widgets / app
|
||||
- Setting styles via CSS
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Widgets
|
||||
|
||||
TODO: Widgets docs
|
||||
|
||||
- What is a widget
|
||||
- Defining a basic widget
|
||||
- Base classes Widget or Static
|
||||
|
||||
@@ -59,16 +59,10 @@ Textual is a framework for building applications that run within your terminal.
|
||||
<hr>
|
||||
|
||||
|
||||
```{.textual path="docs/examples/demo.py" columns=100 lines=48}
|
||||
|
||||
<!-- TODO: More examples split in to tabs -->
|
||||
|
||||
=== "Example 1"
|
||||
|
||||
```{.textual path="docs/examples/demo.py" columns=100 lines=48}
|
||||
|
||||
```
|
||||
|
||||
=== "Example 2"
|
||||
```
|
||||
|
||||
TODO: Add more example screenshots
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user