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

Documentation: page_fluid and page_fixed are documented, but page is not #1068

Open daattali opened 1 month ago

daattali commented 1 month ago

The help page (pun not intended) for ?page shows there are 3 related functions: page(), page_fluid(), page_fixed(). Under the "Functions" section, only page_fluid() and page_fixed() are documented. It does not mention what the difference is between page() and the other two, or when to use it.