dashboard_footer: Add footer to Shiny dashboard sidebar

Description Usage Arguments Details Value Examples

Description

Add a foot to a Shiny dashboard sidebar that includes a logo image link and a label.

Usage

1
2
3
dashboard_footer(href, src, label = "", width = "100%",
  height = "160px", italic = TRUE, bold = TRUE,
  style = "text-align:center; align: center; padding: 0px; margin: 0px;")

Arguments

href

url, will open in new window.

src

image url.

label

character, should be short.

width

width of logo.

height

height of footer, defaults to "160px".

italic

logical, for label text.

bold

logical, for label text.

style

character, option style string for logo and label. See function for defaults.

Details

style pertains to the logo and label whereas width is for the logo specifically and only height pertains directly to the footer tag.

Value

an html footer tag.

Examples

1
#not run

leonawicz/apputils documentation built on May 13, 2019, 1:38 a.m.