QCard | R Documentation |
Helper to create cards with card content
QCard(..., title = "", Toolbar = Box())
... |
Children to include in the card |
title |
Title of the card |
Toolbar |
optional toolbar to include in the card |
shiny.mui::Card()
Other layout:
Container()
,
HStack()
,
Item()
,
Page()
,
VStack()
component_example(QCard("Hello there", title = "Card"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.