mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
box diagram
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
## Events
|
## Events
|
||||||
|
|
||||||
|
- What are events
|
||||||
|
- Handling events
|
||||||
|
- Auto calling base classes
|
||||||
|
- Event bubbling
|
||||||
|
- Posting / emitting events
|
||||||
|
|
||||||
<div class="excalidraw">
|
<div class="excalidraw">
|
||||||
--8<-- "docs/images/test.excalidraw.svg"
|
--8<-- "docs/images/test.excalidraw.svg"
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1 +1,8 @@
|
|||||||
# Reactivity
|
# Reactivity
|
||||||
|
|
||||||
|
- What is reactivity
|
||||||
|
- Reactive variables
|
||||||
|
- Demo
|
||||||
|
- repaint vs layout
|
||||||
|
- Validation
|
||||||
|
- Watch methods
|
||||||
|
|||||||
@@ -1 +1,10 @@
|
|||||||
# Screens
|
# Screens
|
||||||
|
|
||||||
|
- Explanation of screens
|
||||||
|
- Screens API
|
||||||
|
- Install screen
|
||||||
|
- Uninstall screen
|
||||||
|
- Push screen
|
||||||
|
- Pop screen
|
||||||
|
- Switch Screen
|
||||||
|
- Screens example
|
||||||
|
|||||||
@@ -1,3 +1,13 @@
|
|||||||
# Styles
|
# Styles
|
||||||
|
|
||||||
TODO: discussion of box model
|
- What are styles
|
||||||
|
- Styles object on widgets / app
|
||||||
|
- Setting styles via CSS
|
||||||
|
- Box model
|
||||||
|
- Color / Background
|
||||||
|
- Borders / Outline
|
||||||
|
|
||||||
|
|
||||||
|
<div class="excalidraw">
|
||||||
|
--8<-- "docs/images/styles/box.excalidraw.svg"
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -1 +1,9 @@
|
|||||||
# Widgets
|
# Widgets
|
||||||
|
|
||||||
|
- What is a widget
|
||||||
|
- Defining a basic widget
|
||||||
|
- Base classes Widget or Static
|
||||||
|
- Text widgets
|
||||||
|
- Rich renderable widgets
|
||||||
|
- Complete widget
|
||||||
|
- Render line widget API
|
||||||
|
|||||||
16
docs/images/styles/box.excalidraw.svg
Normal file
16
docs/images/styles/box.excalidraw.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
@@ -8,8 +8,8 @@ nav:
|
|||||||
- Guide:
|
- Guide:
|
||||||
- "guide/devtools.md"
|
- "guide/devtools.md"
|
||||||
- "guide/app.md"
|
- "guide/app.md"
|
||||||
- "guide/CSS.md"
|
|
||||||
- "guide/styles.md"
|
- "guide/styles.md"
|
||||||
|
- "guide/CSS.md"
|
||||||
- "guide/layout.md"
|
- "guide/layout.md"
|
||||||
- "guide/events.md"
|
- "guide/events.md"
|
||||||
- "guide/actions.md"
|
- "guide/actions.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user