Skip to content

Commit

Permalink
Close #946. Include tooltip() and popover() in express
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 28, 2023
1 parent b61452d commit c5aaf6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shiny/express/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
modal_remove,
notification_show,
notification_remove,
tooltip,
popover,
nav_spacer,
output_plot,
output_image,
Expand Down Expand Up @@ -269,6 +271,8 @@
"panel_conditional",
"panel_fixed",
"panel_absolute",
"popover",
"tooltip",
# Imports from ._page
"page_opts",
)
Expand All @@ -294,11 +298,9 @@
"panel_main", # Deprecated
"panel_sidebar", # Deprecated
"panel_title",
"popover",
"showcase_bottom",
"showcase_left_center",
"showcase_top_right",
"tooltip",
),
# Items from shiny.express.ui that don't have a counterpart in shiny.ui
"shiny.express.ui": ("page_opts",),
Expand Down

0 comments on commit c5aaf6d

Please sign in to comment.