Merge branch 'main' of github.com:Textualize/textual into datatable-events

This commit is contained in:
Darren Burns
2023-01-16 11:00:10 +00:00
243 changed files with 12764 additions and 1680 deletions

View File

@@ -25,7 +25,7 @@ Clicking any of the non-disabled buttons in the example app below will result th
=== "button.css"
```css
```sass
--8<-- "docs/examples/widgets/button.css"
```

View File

@@ -22,7 +22,7 @@ The example below shows checkboxes in various states.
=== "checkbox.css"
```css
```sass
--8<-- "docs/examples/widgets/checkbox.css"
```

View File

@@ -27,7 +27,7 @@ The example below shows each placeholder variant.
=== "placeholder.css"
```css
```sass
--8<-- "docs/examples/widgets/placeholder.css"
```