Skip to content

Instantly share code, notes, and snippets.

View Fahim-Ahmad's full-sized avatar
🎩

Fahim Ahmad Fahim-Ahmad

🎩
View GitHub Profile
@homerhanumat
homerhanumat / app.R
Last active February 1, 2021 03:08
Shiny dashboard with yellow sidebar
library(shiny)
library(shinydashboard)
ui <- dashboardPage(
dashboardHeader(),
dashboardSidebar(),
dashboardBody(),
tags$head(tags$style(HTML("
.skin-blue .main-sidebar {
background-color: yellow;