mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Give radio button its own example code now
Still within a RadioSet, but this time only the code that uses RadioSet; not the code that just uses strings.
This commit is contained in:
7
docs/examples/widgets/radio_button.css
Normal file
7
docs/examples/widgets/radio_button.css
Normal file
@@ -0,0 +1,7 @@
|
||||
Screen {
|
||||
align: center middle;
|
||||
}
|
||||
|
||||
RadioSet {
|
||||
width: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user