tablerCardZoomable: Variation of tablerCard with different default options and a...

View source: R/utils_tabler.R

tablerCardZoomableR Documentation

Variation of tablerCard with different default options and a fix a bug in zoomable cards

Description

Variation of tablerCard with different default options and a fix a bug in zoomable cards

Usage

tablerCardZoomable(
  ...,
  title = NULL,
  options = NULL,
  footer = NULL,
  status = NULL,
  statusSide = c("top", "left"),
  collapsible = TRUE,
  collapsed = FALSE,
  closable = FALSE,
  zoomable = FALSE,
  width = NULL,
  overflow = FALSE
)

Arguments

...

Body content

title

Card title. If NULL, the header is not displayed.

options

Card extra header elements.

footer

Card footer. NULL by default. Not displayed if NULL.

status

Card status. NULL by default. See https://preview.tabler.io/docs/colors.html for valid statuses.

statusSide

Status side: "top" or "left".

collapsible

Whether the card is collapsible. TRUE by default.

collapsed

Whether to collapse the card at start. FALSE by default.

closable

Whether the card is closable. TRUE by default.

zoomable

Whether the card is zoomable. TRUE by default.

width

Card width. 6 by default. See Bootstrap grid system. If NULL, the card is full width.

overflow

Whether to set up a x and y overflow. FALSE by default. Useful in case the card contains large tables.


JMPivette/covidDashUtils documentation built on July 13, 2024, 11:08 a.m.