I'm working on a golem application and came across bslib. The value box elements are highly desirable for an existing dashboard, but I don't see a straightforward way to feed reactive elements defined in server-side namespaces to these in the ui side of the module.
Very barebones example below, knowing that shiny::valueBox / shiny::renderValueBox is not compatible with the bslib one.
Hi @nirgrahamuk, this is exactly what I was looking for! Thank you so much for your help, I didn't realize uiOutput/renderUI could service objects like this.