rstudio / bslib

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

feat: Keep attrs on `.main` of `page_sidebar()` #1058

Closed gadenbuie closed 1 month ago

gadenbuie commented 1 month ago

Follow up for #1057 to ensure attributes stay on the .main container, children are passed into the .bslib-page-sidebar-main container.

Not needed for page_navbar() where attributes and children end up in the nav panel container.