R/card.R
headerCard.Rd
Card with header (Bootstrap 5).
headerCard(title, ...)
Card title.
List of elements to include in the body of the card.
Card element with header and body.
if (interactive()) { headerCard("Card title", "Card body") }