This commit is contained in:
Will McGugan
2022-09-06 15:39:41 +01:00
parent b2db7a63ab
commit d9d5791925
9 changed files with 21 additions and 9 deletions

View File

@@ -391,3 +391,7 @@ Button:hover {
background: blue !important;
}
```
## CSS Variables
TODO: Variables

View File

@@ -1 +1,3 @@
# Actions
TODO: Actions docs

View File

@@ -1,5 +1,7 @@
## Events
TODO: events docs
- What are events
- Handling events
- Auto calling base classes

View File

@@ -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.

View File

@@ -1,5 +1,7 @@
# Reactivity
TODO: Reactivity docs
- What is reactivity
- Reactive variables
- Demo

View File

@@ -1,5 +1,7 @@
# Screens
TODO: Screens docs
- Explanation of screens
- Screens API
- Install screen

View File

@@ -1,5 +1,7 @@
# Styles
TODO: Styles docs
- What are styles
- Styles object on widgets / app
- Setting styles via CSS

View File

@@ -1,5 +1,7 @@
# Widgets
TODO: Widgets docs
- What is a widget
- Defining a basic widget
- Base classes Widget or Static