Bootstrap 4 shinydashboard using AdminLTE3
See a working example on shinyapps.io here.
Recent breaking change in dev version: label becomes cardLabel in bs4Card()
!
This package is on CRAN:
# from CRAN
install.packages("bs4Dash")
# latest devel version
devtools::install_github("RinteRface/bs4Dash")
See a preview of the package here and here or run
library(bs4Dash)
# classic theme
bs4DashGallery()
# old_school theme
bs4DashGallery(theme = "old_school")
An applied example can be found here (the original dashboard was made by Philippine Rheins from dreamRs).
Issues are listed here.
I warmly thank Glyphicons creator for providing them for free with Bootstrap.
Please note that the bs4Dash project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.