| ds_card | R Documentation |
Create a styled card container using Designsystemet styles.
ds_card(..., variant = NULL, class = NULL)
... |
Child elements |
variant |
Card variant ("default", "tinted") |
class |
Additional CSS classes |
A Shiny tag object
ds_card(
ds_card_block(
ds_heading("Card Title", level = 3),
ds_paragraph("Card content goes here.")
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.