Relative Content

Tag Archive for rshinybslib

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?