Hello All
Please help my adminlte_sidebar (fresh Package) seem not work entirely, in code below I see it only work for sidebar width, for others variable no change happen.
=================
if (interactive()) {
library(shiny)
library(shinydashboard)
ui <- dashboardPage(
header = dashboardHeader(title = "My dashboard"),
sidebar = dashboardSidebar(
),
body = dashboardBody(
Not sure what happen with mine, I have try to uninstall and re-install rstudio but I still do not get the effect.
The above code is still not work, I do not see red background in my sidebar.
I also try to another code example in fresh (create_theme), and still get the same result, though I only copy the full code in "rstudio help".