-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated nav/navset API names #492
Comments
|
@gadenbuie Would you be ok with leaving Current methods (including deprecated methods):
|
Reopening this as I think we should consider having a |
I also prefer |
cpsievert
added a commit
that referenced
this issue
Dec 7, 2023
1 task
cpsievert
added a commit
that referenced
this issue
Dec 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In rstudio/bslib#546, we renamed many of the
nav_*()
andnavset_*()
functions in the R API. Many of these now align with the Python naming, but there are some notable differences. Here's a summary table:nav_panel()
nav_panel_hidden()
navset_tab()
navset_pill()
navset_pill_list()
navset_hidden()
navset_bar()
navset_card_tab()
navset_card_pill()
👀 new R name is different from current Python
❗ not in API refs
Note that this research also uncovered that
ui.navset_bar
andui.navset_tab_card
are exported but don't appear in the API reference.The text was updated successfully, but these errors were encountered: