From 14cade2284bd432b4641a7365afeed904e4c7e09 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 15 Sep 2022 11:44:59 +0100 Subject: [PATCH] more examples --- docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fece54a52..19f617209 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,6 +67,10 @@ Textual is a framework for building applications that run within your terminal. ``` -TODO: Add more example screenshots +```{.textual path="docs/examples/tutorial/stopwatch.py" press="d,enter,_"} +``` + +```{.textual path="docs/examples/app/widgets01.py"} +```