Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valuebox-and-sparklines compatibility #4

Open
mubashirqasim opened this issue Nov 1, 2022 · 1 comment
Open

valuebox-and-sparklines compatibility #4

mubashirqasim opened this issue Nov 1, 2022 · 1 comment

Comments

@mubashirqasim
Copy link

Hi Joshua,

Great work on 04-shinydashboard-n-spakrlines. Loved it!

I am having hard time making these widgets compatible with shiny apps outside shinydashboard.

For instance, the widgets are not behaving in the following UI configuration. Any suggestions are much appreciated.

llibrary(bslib) # Control bs_theme & additional bs rules bs_add_rules
ui <- bootstrapPage(
  theme = bs_theme(version = 5, bootswatch = "cerulean"),
  fluidRow(
    valueBoxOutput("vbox"),
    valueBoxOutput("vbox2"),
    valueBoxOutput("vbox3")
  )
)

@mubashirqasim
Copy link
Author

It will be great if these widgets become compatible with bslib somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant