Restaurant tips dashboard
View App View Code on GitHubshiny create --template dashboard-tips --mode express --github posit-dev/py-shiny-templates
shiny create --template dashboard-tips --mode core --github posit-dev/py-shiny-templates
An intermediate dashboard with input filters, value boxes, a plot, and table. This particular dashboard visualizes the tips
dataset. In terms of the implementation, this dashboard is similar to the basic dashboard template, but adds output-specific input controls to card components. Those controls are made available via a popover by clicking on the icon in the top-right corner of the card. Another notable difference is the use of plotly
for interactive plots.