mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
* chore: restyle examples-shiny * chore: restore select newlines * More consistent approach to whitespace --------- Co-authored-by: Carson <cpsievert1@gmail.com>
This example demonstrates the navset_* and nav_panel widgets from the bslib package.
Notice that outputs that are not visible are not re-evaluated until they become visible. Try this:
- Scroll to the bottom of the
serverfunction. You might need to use the show with app option so you can easily view the code and interact with the app at the same time. - Change the number of observations, and observe that only
output$plotis evaluated. - Click the Summary tab, and observe that
output$summaryis evaluated. - Change the number of observations again, and observe that now only
output$summaryis evaluated.