1st value
123
The 1st detail
2nd value
456
The 2nd detail
The 3rd detail
3rd value
789
The 4th detail
The 5th detail
The 6th detail
We can use raw html for arbitary material-kit elements
We can use the {bslib}
R package to create bootstrap elements such as value boxes:
1st value
123
The 1st detail
2nd value
456
The 2nd detail
The 3rd detail
3rd value
789
The 4th detail
The 5th detail
The 6th detail
At the moment I don’t have sass compiling by quarto working, but we can use the {sass}
R package to compile SASS to CSS used in quarto:
We can create tabsets, e.g. showing R and python use:
You can also embed plots, for example:
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.