How to hide / show nav_panel based on user role
I have a shiny app using auth0 authentication and bslib framework, with three nav_panel()
and a sidebar.
How to hide / show nav_panel based on user role
I have a shiny app using auth0 authentication and bslib framework, with three nav_panel()
and a sidebar.
Dynamically update value box theme (shiny, bslib)
I’m trying to update the theme of a value_box()
dynamically. However, the theme argument in particular is giving me issues. The app below does not work, but if you comment out the theme = textOutput("box_status"),
line, then the app works. Any ideas how I can get it so the theme argument is dynamically updated without error?
Change text of full_screen button (“Expand”) in bslib card
How can one change the text (I need basically the translation to another language) of the expand button (which is created by full_screen = TRUE
) and the close button in the full screen?
How to rearrange value boxes at a certain screen size?
I am using value boxes with long titles. The default behaviour is that the titles would wrap in smaller screen sizes. That does not look professional:
R Shiny: Get checkboxes to go to new row?
Using bslib
, I want the checkbox buttons here to overflow to the next line when the width of the page is to small. How can this be accomplished?
Customize button positions with linking arrows to demonstrate a hierarchy in R Shiny
I’m interested in demonstrating how two different sets of geography boundaries fit in between a higher level and lower level geography that they have in common. I want to do this by organizing the buttons in relation to each other and connect with arrows. Along the lines of this:
How to hide the sidebar on a specific nav_panel?
I have a shiny app that is using the bslib
framework. I have two nav_panel
“Page 1” and “Page 2” and a sidebar
.
How to hide the sidebar on a specific nav_panel in bslib?
I have a shiny app that is using the bslib framework. I have two nav_panel
“Page 1” and “Page 2” and a sidebar
.
Hide sidebar on specific nav_panel, bslib/shiny
I have a shiny app that is using the bslib framework. I have 2 nav_panel
“Page 1” and “Page 2” and a sidebar
.