Quarto Dashboards
April 30, 2025
A new output format for easily creating
dashboards from .qmd
files
Quarto Dashboards requires Quarto version above 1.4.
With these simple building blocks, it is pretty straightforward to build some cool dashboards…
Each code chunk makes a card, and can take a title
icon
and color
The icon
used in value boxes can be any of the 2,000 available bootstrap icons.
The color
can be any CSS color value, however there are some color aliases that are tuned specifically for dashboards that you might consider using by default:
primary
: Bluesecondary
: Graysuccess
: Greeninfo
: Bright Bluewarning
: Yellow/Orangedanger
: Redlight
: Light Graydark
: BlackEach code chunk makes a card, doesn’t have to have a title
Text content
Expanding cards
Dashboards are typically just static HTML pages so can be deployed to any web server or web host!
https://quarto.org/docs/dashboards/interactivity/shiny-r
For interactive exploration, some dashboards can benefit from a live R backend
To do this with Quarto Dashboards, add interactive Shiny components
Deploy with or without a server!