How to create a responsive sidebar in Quarto Dashboard that changes subpages using shiny? #11072
Unanswered
joaobonifacio27
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Are you building a dashboard in shiny or are you building a Quarto dashboard with shiny components? The two are very different things. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi ,
I’m building a dashboard in R using
shinydashboard
within Quarto, and I’m having trouble with navigation between pages and subpages.Here’s what I’m trying to achieve:
I want to have a responsive sidebar in the dashboard with main items (level 1 headings), and when I click on them, different subpages (subheadings) should be displayed.
Essentially, I want the content in the main window of the dashboard to change when I click on a subitem in the sidebar.
I’ve seen that this can be done using a shinyapp with
.r
extension files, but I haven’t been able to reproduce the same functionality in Quarto with.qmd
files.Beta Was this translation helpful? Give feedback.
All reactions