Skip to content

Commit

Permalink
Add express.ui.panel_title (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
wch authored Jan 23, 2024
1 parent bfd5192 commit b7018f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_quartodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ quartodoc:
- express.ui.navset_tab
- express.ui.navset_underline
- express.ui.value_box
- express.ui.panel_title
- express.ui.panel_well
- express.ui.panel_conditional
- express.ui.panel_fixed
Expand Down
3 changes: 2 additions & 1 deletion shiny/express/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
input_task_button,
input_text,
input_text_area,
panel_title,
insert_accordion_panel,
remove_accordion_panel,
update_accordion,
Expand Down Expand Up @@ -201,6 +202,7 @@
"bind_task_button",
"input_task_button",
"input_text",
"panel_title",
"input_text_area",
"insert_accordion_panel",
"remove_accordion_panel",
Expand Down Expand Up @@ -293,7 +295,6 @@
"page_output",
"panel_main", # Deprecated
"panel_sidebar", # Deprecated
"panel_title",
"showcase_bottom",
"showcase_left_center",
"showcase_top_right",
Expand Down

0 comments on commit b7018f8

Please sign in to comment.