|
36 | 36 | WIDGETS = {
|
37 | 37 | "Button": button_example,
|
38 | 38 | "Checkbox": checkbox_example,
|
39 |
| - # "ContentSwitcher": content_switcher_example, |
| 39 | + "ContentSwitcher": content_switcher_example, |
40 | 40 | "DataTable": data_table_example,
|
41 | 41 | "DirectoryTree": directory_tree_example,
|
42 | 42 | "Footer": footer_example,
|
|
51 | 51 | "OptionList": option_list_example,
|
52 | 52 | "Placeholder": placeholder_example,
|
53 | 53 | "Pretty": pretty_example,
|
54 |
| - # "ProgressBar": progress_bar_example, |
| 54 | + "ProgressBar": progress_bar_example, |
55 | 55 | "RadioButton": radio_button_example,
|
56 | 56 | "RadioSet": radio_set_example,
|
57 | 57 | "Select": select_example,
|
58 | 58 | "SelectionList": selection_list_example,
|
59 | 59 | "Sparkline": sparkline_example,
|
60 | 60 | "Static": static_example,
|
61 | 61 | "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, |
65 | 65 | "Tree": tree_example,
|
66 | 66 | }
|
67 | 67 |
|
|
0 commit comments