Skip to content

Commit

Permalink
fixup! Implement widgets command
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkraleu committed Jul 27, 2023
1 parent 0b7693c commit 9b4b9f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/textual_dev/previews/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
WIDGETS = {
"Button": button_example,
"Checkbox": checkbox_example,
# "ContentSwitcher": content_switcher_example,
"ContentSwitcher": content_switcher_example,
"DataTable": data_table_example,
"DirectoryTree": directory_tree_example,
"Footer": footer_example,
Expand All @@ -51,17 +51,17 @@
"OptionList": option_list_example,
"Placeholder": placeholder_example,
"Pretty": pretty_example,
# "ProgressBar": progress_bar_example,
"ProgressBar": progress_bar_example,
"RadioButton": radio_button_example,
"RadioSet": radio_set_example,
"Select": select_example,
"SelectionList": selection_list_example,
"Sparkline": sparkline_example,
"Static": static_example,
"Switch": switch_example,
# "TabbedContent": tabbed_content_example,
# "Tabs": tabs_example,
# "TextLog": text_log_example,
"TabbedContent": tabbed_content_example,
"Tabs": tabs_example,
"TextLog": text_log_example,
"Tree": tree_example,
}

Expand Down

0 comments on commit 9b4b9f4

Please sign in to comment.