New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

orientation

Orientation

'vertical'

Specifies the layout of the Card content.

width

string

'285px'

Defines the width of the Card.

In this article
SelectorInputs
Not finding the help you need?
Contact Support