We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15fb37 commit 86187c4Copy full SHA for 86187c4
docs/dashboards/data-presentation.qmd
@@ -259,7 +259,7 @@ Here is the code you might use to create these value boxes. Note that we use a m
259
## Row
260
261
```{{python}}
262
-#| component: valuebox
+#| content: valuebox
263
#| title: "Articles per day"
264
#| icon: pencil
265
#| color: primary
@@ -269,7 +269,7 @@ dict(
269
```
270
271
272
273
#| title: "Comments per day"
274
dict(
275
icon = "chat",
@@ -279,7 +279,7 @@ dict(
279
280
281
```{{r}}
282
283
#| title: "Spam per day"
284
list(
285
icon = "trash",
0 commit comments