Skip to content

Commit 9b4b9f4

Browse files
committed
fixup! Implement widgets command
1 parent 0b7693c commit 9b4b9f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/textual_dev/previews/widgets.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
WIDGETS = {
3737
"Button": button_example,
3838
"Checkbox": checkbox_example,
39-
# "ContentSwitcher": content_switcher_example,
39+
"ContentSwitcher": content_switcher_example,
4040
"DataTable": data_table_example,
4141
"DirectoryTree": directory_tree_example,
4242
"Footer": footer_example,
@@ -51,17 +51,17 @@
5151
"OptionList": option_list_example,
5252
"Placeholder": placeholder_example,
5353
"Pretty": pretty_example,
54-
# "ProgressBar": progress_bar_example,
54+
"ProgressBar": progress_bar_example,
5555
"RadioButton": radio_button_example,
5656
"RadioSet": radio_set_example,
5757
"Select": select_example,
5858
"SelectionList": selection_list_example,
5959
"Sparkline": sparkline_example,
6060
"Static": static_example,
6161
"Switch": switch_example,
62-
# "TabbedContent": tabbed_content_example,
63-
# "Tabs": tabs_example,
64-
# "TextLog": text_log_example,
62+
"TabbedContent": tabbed_content_example,
63+
"Tabs": tabs_example,
64+
"TextLog": text_log_example,
6565
"Tree": tree_example,
6666
}
6767

0 commit comments

Comments
 (0)