Are navpanels responsive?

Hello,

I am considering rewriting my Shiny application with bslib but I'm worried about the responsiveness of nav_panels.

Launching the themer-demo app, for example :

bslib::bs_theme_preview()

shows several tabs

who disappear altogether once I shrink my window (I can't insert a second screenshot because of the forum rules, sorry).

Is this expected?


Referred here by rstudio/bslib

When the screen is too narrow to display all of the menu items, it gets switched to a menu "burger" on the right hand side (in this example) and clicking on it gives you the menu. That is definitely the expected behaviour.

3 Likes

Thank you very much. I think the theme selector was in the way and didn't let me see the menu button.