Class IgxCardActionsComponent

IgxCardActions is container for the card actions.

Hierarchy

Hierarchy

  • IgxCardActionsComponent

Implements

  • OnInit
  • OnChanges

Constructors

Properties

Accessors

Constructors

Properties

layout: string = IgxCardActionsLayout.START

An

Input

property that sets the layout style of the actions. You can justify the elements slotted in the igx-card-action container so that they are positioned equally from one another taking up all the space available along the card actions axis.

Example

<igx-card-actions layout="justify"></igx-card-actions>
reverse: boolean = false

Deprecated

in version 15.1.0.

An

Input

property that reverses the order of the buttons in the actions area.

Example

<igx-card-actions [reverse]="true"></igx-card-actions>
vertical: boolean = false

An

Input

property that sets the vertical attribute of the actions. When set to true the actions will be layed out vertically.

Accessors