index page

This commit is contained in:
Will McGugan
2024-02-20 21:52:44 +00:00
parent ce36053352
commit 366b635528

View File

@@ -120,6 +120,28 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t
</div>
---
=== "Stopwatch tutorial"
<div class="textual-web-demo" data-app="tutorial"></div>
=== "stopwatch.py"
```python
--8<-- "docs/examples/tutorial/stopwatch.py"
```
=== "stopwatch.tcss"
```css
--8<-- "examples/calculator.tcss"
```
---