Basic dashboard
View App View Code on GitHubshiny create --template dashboard --mode express --github posit-dev/py-shiny-templates
shiny create --template dashboard --mode core --github posit-dev/py-shiny-templates
A basic dashboard with input filters, value boxes, a plot, and table. This particular dashboard visualizes the palmerpenguins
dataset. In addition to demonstrating the basics visual components of a dashboard, it also demonstrates how to leverage reactive calculations to filter the data once and use it as needed in multiple places.