Merge branch 'main' into toggle-boxen

This commit is contained in:
Dave Pearson
2023-02-27 08:53:30 +00:00
34 changed files with 762 additions and 119 deletions

View File

@@ -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

View File

@@ -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"