skinSelector: AdminLTE2 skin selector

Description Usage Author(s) Examples

View source: R/skinSelector.R

Description

This creates a skin selector element.

Usage

1

Author(s)

David Granjon, dgranjon@ymail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
if (interactive()) {
 library(shiny)
 library(shinydashboard)
 library(shinydashboardPlus)
 
 shinyApp(
   ui = dashboardPage(
     header = dashboardHeader(),
     sidebar = dashboardSidebar(),
     body = dashboardBody(),
     controlbar = dashboardControlbar(skinSelector()),
     title = "Skin Selector"
   ),
   server = function(input, output) { }
 )
}

Example output



shinydashboardPlus documentation built on Sept. 16, 2021, 1:06 a.m.