Back to Templates

Navigating multiple panels

View App View Code on GitHub
shiny create --template basic-navigation --mode express --github posit-dev/py-shiny-templates
shiny create --template basic-navigation --mode core --github posit-dev/py-shiny-templates

A basic demonstration of common navigation of multiple panels in Shiny. The app has a navigation bar at the top, with two panels: “Page 1” and “Page 2”. On “Page 1”, is card with two panels: “Plot” and “Table”. On both card panels is a select input to choose the plot/data to display.

Layouts:

Packages:

  • pandas
  • seaborn