Make Value Boxes possible outside of format: dashboard #8413
Closed
gl2324
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
The easiest way to get the answer is usually to try. Below a 100 % reproducible example showing that value box is a dashboard feature only (also why it is only described in the dashboard part of the documentation, even though it's a work in progress towards the release). This being said, It might be possible to allow dashboard features in "regular" html for not for 1.4. CC @dragonstyle is it something doable in 1.5? ---
title: "Quarto Playground"
format: html
---
This is a playground for Quarto.
```{python}
#| content: valuebox
#| title: "Articles per day"
#| icon: pencil
#| color: primary
dict(
value = "a"
)
``` |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I really like the look of the Value Boxes added in Version 1.4
Right now it is not possible to add them in the following way when the format is not dashboard.
I know there is a way through using R and the bslib-package but I don't have access to R.
Is there an easy way to achieve this or will it be possible in 1.5?
Beta Was this translation helpful? Give feedback.
All reactions