Class IgxCardActionsComponent

IgxCardActions is container for the card actions.

Implements

  • OnInit
  • OnChanges

Constructors

Properties

Accessors

Constructors

Properties

layout: string = IgxCardActionsLayout.START

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>
vertical: boolean = false

Sets the vertical attribute of the actions. When set to true the actions will be layed out vertically.

Accessors