dashboard_footer.Rd
Add a foot to a Shiny dashboard sidebar that includes a logo image link and a label.
dashboard_footer(href, src, label = "", width = "100%", height = "160px", italic = TRUE, bold = TRUE, style = "text-align:center; align: center; padding: 0px; margin: 0px;")
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 |
italic | logical, for label text. |
bold | logical, for label text. |
style | character, option style string for logo and label. See function for defaults. |
an html footer tag.
style
pertains to the logo and label whereas width
is for the logo specifically and only height
pertains directly to the footer tag.
#not run