Labels
components.labels
Text label components suitable for displaying read-only data.
InlineLabel
Bases: Label
A label rendered inline with its children.
Source code in components/labels.py
14 15 16 17 18 19 20 21 22 23 24 | |
Label
Bases: Component
Base text label component.
Source code in components/labels.py
7 8 9 10 11 | |
NewlineLabel
Bases: Label
A label rendered above its children on a new line.
Source code in components/labels.py
27 28 29 30 31 32 33 34 35 36 | |