Class IgxCardHeaderComponent

IgxCardHeader is container for the card header

Hierarchy

Hierarchy

  • IgxCardHeaderComponent

Constructors

Properties

Constructors

Properties

role: string = 'header'

An

Input

property that sets the value of the role attribute of the card header. By default the value is set to header.

Example

<igx-card-header role="header"></igx-card-header>
vertical: boolean = false

An

Input

property that sets the layout style of the header. By default the header elements(thumbnail and title/subtitle) are aligned horizontally.

Example

<igx-card-header [vertical]="true"></igx-card-header>