File: label.md

package info (click to toggle)
textual 2.1.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 55,080 kB
  • sloc: python: 85,423; lisp: 1,669; makefile: 101
file content (46 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Label

!!! tip "Added in version 0.5.0"

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 posts no messages.

## Bindings

This widget has no bindings.

## Component Classes

This widget has no component classes.

---


::: textual.widgets.Label
    options:
      heading_level: 2