dreamRs / shinyWidgets

shinyWidgets : Extend widgets available in shiny

Home Page:https://dreamrs.github.io/shinyWidgets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to avoid useShinydashboard() change any CSS

toxintoxin opened this issue · comments

the box() of shinydashboard is amazing, but I build my app without shinydashboard, when I intro useShinydashboard(), I found that almost all the CSS had been changed, How can I avoid it?

Hello,
useShinydashboard() is deprecated and will be removed in a future release, I do not recommend using it.
See bslib::card for a more modern alternative to shinydashboard::box: https://rstudio.github.io/bslib/articles/cards/index.html

Victor