close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
1 answer
168 views

In a Quarto dashboard rendered from RStudio, I'm trying to use bslib::navset_tab() to create tabset panels showing a single different leaflet map or plot when each option is selected. I'm finding that ...
Score of 2
1 answer
99 views

I have a rather large shiny app that uses the sidebar feature from bslib and has the user select input values to generate a table. I need to use some of the features available in pickerInput from ...
Score of 2
1 answer
213 views

I'm using shiny with UI elements from bslib. If I use the page_fillable layout with a card, the card honors its min_height option, i.e. the following code works as I expect, where the card grows to ...
Score of 0
0 answers
75 views

My goal was to use the default Shiny theme (bootstrap version 3, light variant) in a Shiny app together with the dark variant, still with bootstrap 3. But by doing so I noticed something I don't ...
Score of 3
1 answer
109 views

Is it possible to have the "Favorite food" and "Favorite color" nav_panels be visible (displayed in the tab bar), but disabled (not selectable/clickable) unless the corresponding ...
Score of 1
2 answers
203 views

I'm currently exploring the bslib package and have two related questions regarding navigation behavior and layout design in Shiny apps. 1) Navigation Behavior In the shinydashboard package, I could ...
Score of 3
1 answer
225 views

I have a .yml file I would like to reuse for multiple shiny apps, so I have created a custom _brand.yml. In this case, I would like to colour the background of my page header purple. I know this is ...
Score of 1
1 answer
163 views

I'd like to create value boxes using the bslib library for a dashboard created with R Quarto. By default, the Expand button is displayed in the bottom right corner. This makes little sense in the ...
Score of 4
1 answer
262 views

I'm trying to implement a dynamic user controlled sidebar width into an app that uses a bslib page_navbar layout with multiple nav_panels. Each nav_panel has a layout_sidebar. I want the user to ...
Score of 2
2 answers
159 views

I'm building a Quarto dashboard with format: dashboard and server: shiny. I'm comparing value boxes that are: written directly in the UI, versus created dynamically using renderUI() in the server The ...
Score of 1
1 answer
214 views

I want to put my entire sidebarLayout on the server side using renderUI(), like this: library(shiny) library(bslib) ui <- fluidPage( uiOutput("sidebarpanel") ) server <- function(...
Score of 1
1 answer
121 views

In my app, I want to enable the user to change the text size (similar to the wikipedia appearance). I thought the font_scale parameter of bs_theme would be a good place for that. However, changing ...
Score of 2
1 answer
122 views

I'm building a Quarto dashboard with Shiny, using the bslib::value_box() component to display five value boxes in a single row. Each box has a title and a value, which is dynamically rendered using ...
Score of 2
1 answer
78 views

In my shiny app, I need to change the default bslib behavior of collapsing the navbar at 992px by setting it at 1200px. Here's a reprex: library(shiny) library(bslib) # Reproducible example UI app_ui ...
Score of 1
2 answers
97 views

I have a Shiny app that has a navigation bar on top. I would like to add two different logos, one to the left and the other to the right of that navbar, and add a title in the middle after all nav ...

15 30 50 per page
1
2 3 4 5
13