card.Rd
A card.
card(...) card_header(...)
Any named properties.
See card
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>