bs4Dash (version 0.5.0)

bs4ListGroupItem: BS4 list group item for AdminLTE3

Description

Create a list group item

Usage

bs4ListGroupItem(
  ...,
  active = FALSE,
  disabled = FALSE,
  type = c("basic", "action", "heading"),
  src = "#",
  title = NULL,
  subtitle = NULL,
  footer = NULL
)

Arguments

...

Item content.

active

Whether the item is active or not. FALSE by default. Only if type is "action" or "heading".

disabled

Whether the item is disabled or not. FALSE by default. Only if type is "action" or "heading".

type

Item type. Choose between "basic", "action" and "heading".

src

Item external link.

title

Item title (only if type is "heading").

subtitle

Item subtitle (only if type is "heading").

footer

Item footer content (only if type is "heading").