Learn R Programming

gentelellaShiny (version 0.1.0)

gentelellaSidebar: Create a Gentelella dashboard sidebar

Description

Create a Gentelella dashboard sidebar

Usage

gentelellaSidebar(..., site_title = shiny::HTML(paste(shiny::icon("paw"),
  "Shiny Gentelella")), url = NULL, fixed = FALSE, footer = NULL)

Arguments

...

Items to place in the sidebar such as sidebarMenu, sidebarProfile

site_title

Dashboard title

url

Link to external ressource

fixed

Whether the sidebar is fixed. FALSE by default.

footer

Sidebar footer content, if any.