inst/examples/box_elements/box_profile.R

box_profile <- 'box(
  title = "Box with profile",
  width = 12,
  status = "primary",
  boxProfile(
    src = "https://adminlte.io/themes/AdminLTE/dist/img/user4-128x128.jpg",
    title = "Nina Mcintire",
    subtitle = "Software Engineer",
    boxProfileItemList(
      bordered = TRUE,
      boxProfileItem(
        title = "Followers",
        description = 1322
      ),
      boxProfileItem(
        title = "Following",
        description = 543
      ),
      boxProfileItem(
        title = "Friends",
        description = 13287
      )
    )
  )
)'
dsciencelabs/shinydashboardPlus documentation built on Dec. 20, 2021, 2:10 a.m.