inst/examples/box_elements/box_profile.R

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