R/dashboardBrand2.R

Defines functions dashboardBrand2

dashboardBrand2 = function(
  title = "USR",
  color = "primary",
  href = "https://adminlte.io/themes/v3",
  image = "lib/buttons-1.0.0/image/logo.png"
){
  bs4Dash::dashboardBrand(
    title = "USR",
    color = "primary",
    href = "https://adminlte.io/themes/v3",
    image = "lib/buttons-1.0.0/image/logo.png"
  ) -> .tag
  .tag$children[[1]]$attribs$class="brand-image"
  .tag
}
tpemartin/usrApp documentation built on Sept. 4, 2022, 1:49 p.m.