You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,101 +81,3 @@ Head over to the [Textual documentation](http://textual.textualize.io/) to start
71
81
## Join us on Discord
72
82
73
83
Join the Textual developers and community on our [Discord Server](https://discord.gg/Enf6Z3qhVr).
74
-
75
-
## Examples
76
-
77
-
The Textual repository comes with a number of examples you can experiment with or use as a template for your own projects.
78
-
79
-
80
-
<details>
81
-
<summary> 🎬 Code browser </summary>
82
-
<hr>
83
-
84
-
This is the [code_browser.py](https://github.com/Textualize/textual/blob/main/examples/code_browser.py) example which clocks in at 61 lines (*including* docstrings and blank lines).
The `textual` command has a few sub-commands to preview Textual styles.
120
-
121
-
<details>
122
-
<summary> 🎬 Easing reference </summary>
123
-
<hr>
124
-
125
-
This is the *easing* reference which demonstrates the easing parameter on animation, with both movement and opacity. You can run it with the following command:
0 commit comments