Card Component Reference

Table of Contents


Introduction

Syntax

tml`
	<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.

Attributes

Instance methods

These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.

Inherited methods

Children

All template children are included as the Card component children.

DOM element properties