Skip to contents

A card.

Usage

card(...)

card_header(...)

Arguments

...

Any named properties.

Details

See card

Examples

card(
  card_header(
    `title-text` = "A card title", 
    status = "x of y"
  )
)
#> <ui5-card>
#>   <ui5-card-header slot="header" title-text="A card title" status="x of y"></ui5-card-header>
#> </ui5-card>