Skip to content
Discussion options

You must be logged in to vote

Why don't you follow the examples in the documentation?
I don't expect title in random div to have any meaning.
The examples show: a card example, code cells example, and heading example.
Don't make up syntaxes.
In your case, the tabset title should be defined with headings as in regular document type.

Below nearly an exact copy of the example in https://quarto.org/docs/dashboards/layout.html#tabsets which should just work, if not, then it's a bug.


---
title: "My Dashboard"
format: dashboard
---

## row {.tabset}

### Tabset 1

<iframe></iframe>

### Tabset 2

<iframe></iframe>

### Tabset 3

<iframe></iframe>

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lequangphu
Comment options

@mcanouil
Comment options

Answer selected by lequangphu
@lequangphu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants