New to Kendo UI for Angular? Start a free 30-day trial
CardComponent
Represents the Kendo UI Card component for Angular. Displays content in a structured container with customizable layout and styling (Card overview).
html
<kendo-card orientation="vertical">
<kendo-card-header>
<h5 kendoCardTitle>Card Title</h5>
</kendo-card-header>
<kendo-card-body>
<p>Card content goes here.</p>
</kendo-card-body>
</kendo-card>
Selector
kendo-card
Inputs
Name | Type | Default | Description |
---|---|---|---|
orientation |
|
|
Specifies the layout of the Card content. |
width |
|
|
Defines the width of the Card. |