Card Component ReferencePage Component Referencetml`
<Card>
...
</Card>
`
The Card component creates a <div> element for a rectangular area for related content within a <Page>. If the content is organized as row consider using a <CardRow> instead.
Card component accepts the standard attributes.title (optional)Card as the card title.These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
All template children are included as the Card component children.
Card Component will render a <div> with the card children as its children.<div> will have a CSS clas name with the string card.