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;
|
background: blue !important;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## CSS Variables
|
||||||
|
|
||||||
|
TODO: Variables
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
# Actions
|
# Actions
|
||||||
|
|
||||||
|
TODO: Actions docs
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
## Events
|
## Events
|
||||||
|
|
||||||
|
TODO: events docs
|
||||||
|
|
||||||
- What are events
|
- What are events
|
||||||
- Handling events
|
- Handling events
|
||||||
- Auto calling base classes
|
- 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.
|
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
|
## Vertical
|
||||||
|
|
||||||
A vertical layout will place new widgets below previous widgets, starting from the top of the screen.
|
A vertical layout will place new widgets below previous widgets, starting from the top of the screen.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Reactivity
|
# Reactivity
|
||||||
|
|
||||||
|
TODO: Reactivity docs
|
||||||
|
|
||||||
- What is reactivity
|
- What is reactivity
|
||||||
- Reactive variables
|
- Reactive variables
|
||||||
- Demo
|
- Demo
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Screens
|
# Screens
|
||||||
|
|
||||||
|
TODO: Screens docs
|
||||||
|
|
||||||
- Explanation of screens
|
- Explanation of screens
|
||||||
- Screens API
|
- Screens API
|
||||||
- Install screen
|
- Install screen
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Styles
|
# Styles
|
||||||
|
|
||||||
|
TODO: Styles docs
|
||||||
|
|
||||||
- What are styles
|
- What are styles
|
||||||
- Styles object on widgets / app
|
- Styles object on widgets / app
|
||||||
- Setting styles via CSS
|
- Setting styles via CSS
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Widgets
|
# Widgets
|
||||||
|
|
||||||
|
TODO: Widgets docs
|
||||||
|
|
||||||
- What is a widget
|
- What is a widget
|
||||||
- Defining a basic widget
|
- Defining a basic widget
|
||||||
- Base classes Widget or Static
|
- Base classes Widget or Static
|
||||||
|
|||||||
@@ -59,16 +59,10 @@ Textual is a framework for building applications that run within your terminal.
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- TODO: More examples split in to tabs -->
|
|
||||||
|
|
||||||
=== "Example 1"
|
|
||||||
|
|
||||||
```{.textual path="docs/examples/demo.py" columns=100 lines=48}
|
```{.textual path="docs/examples/demo.py" columns=100 lines=48}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Example 2"
|
TODO: Add more example screenshots
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user