docs/widgets/static.md
A widget which displays static content. Can be used for Rich renderables and can also be the base for other types of widgets.
The example below shows how you can use a Static widget as a simple text label (but see Label as a way of displaying text).
=== "Output"
```{.textual path="docs/examples/widgets/static.py"}
```
=== "static.py"
```python
--8<-- "docs/examples/widgets/static.py"
```
This widget has no reactive attributes.
This widget posts no messages.
This widget has no bindings.
This widget has no component classes.
::: textual.widgets.Static options: heading_level: 2