Skip to contents

Creates a shiny.fluent card. Code available in shiny.fluent github pages (Articles).

Usage

make_card(title = character(), content = character(), size = 12, style = "")

Arguments

title

Title of the card (character)

content

Content of the card (character)

size

Size of a card (integer)

style

CSS code to custom the card (character)

Value

Shiny UI elements / HTML code

Examples

if (FALSE) {
make_card(title = "Introduction", content = "This is the text of my introduction card", size = 12)
}