Getting started

Action lists.

listGroupInput(
  id = "list1",
  choices = paste("Item", 1:5)
)

Combining lists with other elements

card(
  header = h6("Card header"),
  listGroupInput(
    id = NULL,
    flush = TRUE,
    choices = c(
      "Item 1", "Item 2", "Item 3",
      "Item 4", "Item 5"
    )
  )
)

Horizontal list groups

listGroupInput(
  layout = "horizontal",
  id = NULL,
  choices = c("Item 1", "Item 2", "Item 3")
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.