Skip to content

A customized shinydashboard theme based on the Nord color palette

Notifications You must be signed in to change notification settings

mcoshima/Nord_shinydashboard_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nord_shinydashboard_theme

A customized shinydashboard theme based on the Nord color palette.

Installation:

library(devtools)
install_github("nik01010/dashboardthemes")
library(dashboardthemes)

To use:

Create a new script with your custom theme and/or logo. Then at the top of the app.R file (or in UI file), source the script.

source("./Covid19Dash/theme_diy.R")

To add a custom logo to dashboard

 ### calling custom logo object in shinydashboard
    ...
    ### ui
    ui <- dashboardPage(
      
      ### ui header
      dashboardHeader(
    
        ### changing logo
        title = logo_blue_gradient
        ...

To add a custom theme

### calling custom theme object in shinydashboard
    ...
    ### ui body
    dashboardBody(
      
      ### changing theme
      theme_blue_gradient
      
      ### ui tabs
      ,tabItems(
        tabItem(
          ...

Sources

Based on the dashboardthemes package by nik01010 and the Nord color palette.

About

A customized shinydashboard theme based on the Nord color palette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages