card: card

Description Usage Arguments Details Value Author(s)

View source: R/card.R

Description

A card like element for shiny.

Usage

1
2
card(..., title = NULL, icon = shiny::icon("info"), footer = NULL,
  background = NULL, width = 3, height = NULL)

Arguments

...

shiny elements

title

card title

icon

shiny icon

footer

footer

background

background

width

in numer of columns; default 3

height

px

Details

Based on shinydashboard box element. Adding icons, shadows and a default width of 3.

Value

shiny element

Author(s)

Reinhard Simon


rsimon64/shinycards documentation built on May 21, 2019, 1:22 p.m.