box diagram

This commit is contained in:
Will McGugan
2022-09-06 10:50:12 +01:00
parent f1a8c74649
commit 3e41e14714
7 changed files with 58 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
## Events
- What are events
- Handling events
- Auto calling base classes
- Event bubbling
- Posting / emitting events
<div class="excalidraw">
--8<-- "docs/images/test.excalidraw.svg"
</div>

View File

@@ -1 +1,8 @@
# Reactivity
- What is reactivity
- Reactive variables
- Demo
- repaint vs layout
- Validation
- Watch methods

View File

@@ -1 +1,10 @@
# Screens
- Explanation of screens
- Screens API
- Install screen
- Uninstall screen
- Push screen
- Pop screen
- Switch Screen
- Screens example

View File

@@ -1,3 +1,13 @@
# 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>

View File

@@ -1 +1,9 @@
# 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