Skip to contents

Helper to create cards with card content

Usage

QCard(..., title = "", Toolbar = Box())

Arguments

...

Children to include in the card

title

Title of the card

Toolbar

optional toolbar to include in the card

See also

shiny.mui::Card()

Other layout: Container(), HStack(), Item(), Page(), VStack()

Examples

component_example(QCard("Hello there", title = "Card"))