gentelellaPage: Render a gentellaPage in ui.R

Description Usage Arguments Value

View source: R/gentelellaPage.R

Description

Use tagList() on elements you want in the same row

Usage

1
2
3
gentelellaPage(..., title_tag = "Gentelella Shiny",
  site_title = a(class = "site_title", icon("paw"), span("Shiny HTML")),
  menuItems = NULL, footer = NULL, tracking = NULL)

Arguments

...

ui elements that will be rendered into a fluidRow per entry

title_tag

Title tag passed to headerBoilerPlate

site_title

Website title passed to sideBarBoilerPlate

menuItems

Sidebar menu items created with sideBarElement

footer

Footer message

tracking

If not NULL, pass in trackingTags to enable web analytics

Value

a function suitable for a ui.R page


MarkEdmondson1234/gentelellaShiny documentation built on Dec. 31, 2019, 1:24 a.m.