Relative Content

Tag Archive for rshinybslib

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)