Files
textual/docs/widgets/static.md
Will McGugan 2244b1161e api docs (#2240)
* api docs

* more docstrings

* logs

* docs shakeup

* fix notes, added intro to all apis

* Remove defaults to

* add note to events

* note

* use fira code
2023-04-08 15:35:49 +01:00

43 lines
704 B
Markdown

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