rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
443 stars 50 forks source link

docs(accordion_panel_set): Dots are the new contents of the panel #989

Closed gadenbuie closed 4 months ago

gadenbuie commented 4 months ago

Fixes #988

accordion_panel_update() previously inherited all params from accordion_panel, leading to confusion about the role of ....

In the future we should consider letting accordion_panel_update() update attributes of the panel and not just the contents.