mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'main' into toggle-boxen
This commit is contained in:
@@ -28,9 +28,9 @@ The example below shows switches in various states.
|
||||
|
||||
## Reactive Attributes
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|---------|--------|---------|----------------------------------|
|
||||
| `value` | `bool` | `False` | The default value of the switch. |
|
||||
| Name | Type | Default | Description |
|
||||
|---------|--------|---------|--------------------------|
|
||||
| `value` | `bool` | `False` | The value of the switch. |
|
||||
|
||||
## Bindings
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Call [TextLog.write][textual.widgets.TextLog.write] with a string or [Rich Rende
|
||||
|
||||
## Example
|
||||
|
||||
The example below shows each placeholder variant.
|
||||
The example below shows an application showing a `TextLog` with different kinds of data logged.
|
||||
|
||||
=== "Output"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user