How to change the page in page_navbar as nav_select doesn’t seem to work for me
It might be to do with the way I’m inserting navigation tabs? If anyone could help I’d really appreciate it.
Why does the conditionalPanel fail to work when using a bslib bootswatch theme version 5?
I am trying to create a simple application where the sidebar will change depending on which tabsetPanel the user is currently selecting. It works with R Shiny natively but when I try and style it with bslib, it starts breaking. I suspect it is a result of some Javascript or NS conflicts.
Why does the conditionalPanel fail to work when using a bslib bootswatch theme version 5?
I am trying to create a simple application where the sidebar will change depending on which tabsetPanel the user is currently selecting. It works with R Shiny natively but when I try and style it with bslib, it starts breaking. I suspect it is a result of some Javascript or NS conflicts.
Why does the conditionalPanel fail to work when using a bslib bootswatch theme version 5?
I am trying to create a simple application where the sidebar will change depending on which tabsetPanel the user is currently selecting. It works with R Shiny natively but when I try and style it with bslib, it starts breaking. I suspect it is a result of some Javascript or NS conflicts.
Why does the conditionalPanel fail to work when using a bslib bootswatch theme version 5?
I am trying to create a simple application where the sidebar will change depending on which tabsetPanel the user is currently selecting. It works with R Shiny natively but when I try and style it with bslib, it starts breaking. I suspect it is a result of some Javascript or NS conflicts.
Two column layout inside bslib card
I would like to use cards
from the bslib
package. Inside a card, I would like to have a two-column layout so this means for example two UI shiny elements side by side. Here I tried to create a simple reproducible example:
Two column layout inside bslib card
I would like to use cards
from the bslib
package. Inside a card, I would like to have a two-column layout so this means for example two UI shiny elements side by side. Here I tried to create a simple reproducible example:
Why does page_fillable not fill the remaining panel space?
I am trying to use the page_fillable
function in Shiny to ensure that my panels fill the remaining page space. However, when I run the example code below, I see that the Data
(green area) and Plot
(blue area) panels do not fill the remaining page space, leaving a large blank area on the right side of the page. How can I fix this issue?
Why does page_fillable not fill the remaining panel space in Shiny?
I am trying to use the page_fillable
function in Shiny to ensure that my panels fill the remaining page space. However, when I run the example code below, I see that the Data
(green area) and Plot
(blue area) panels do not fill the remaining page space, leaving a large blank area on the right side of the page. How can I fix this issue?
bslib theme toggle not working in R Shiny app
I’m trying to better grok Shiny so I can make some neat little apps or visualisations, but I am getting a confusing error when I try to add a dark-light mode toggle switch. I pretty much copied the text straight out of the article (https://rstudio.github.io/bslib/articles/theming/index.html#dynamic)