33 lines
557 B
Markdown
33 lines
557 B
Markdown
# Label
|
|
|
|
A widget which displays static text, but which can also contain more complex Rich renderables.
|
|
|
|
- [ ] Focusable
|
|
- [ ] Container
|
|
|
|
## Example
|
|
|
|
The example below shows how you can use a `Label` widget to display some text.
|
|
|
|
=== "Output"
|
|
|
|
```{.textual path="docs/examples/widgets/label.py"}
|
|
```
|
|
|
|
=== "label.py"
|
|
|
|
```python
|
|
--8<-- "docs/examples/widgets/label.py"
|
|
```
|
|
|
|
## Reactive Attributes
|
|
|
|
This widget has no reactive attributes.
|
|
|
|
## Messages
|
|
|
|
This widget sends no messages.
|
|
|
|
## See Also
|
|
|
|
* [Label](../api/label.md) code reference
|