The ui5-card is a component that represents information in the form of a
tile with separate header and content areas.
The content area of a ui5-card can be arbitrary HTML content.
The header can be used through slot header. For which there is a ui5-card-header component to achieve the card look and feel.
Note: We recommend the usage of ui5-card-header for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.
Defines the accessible name of the component, which is used as the name of the card region and should be unique per card. Note:accessibleName should be always set, unless accessibleNameRef is set.