An
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.
<igx-card-actions layout="justify"></igx-card-actions>
in version 15.1.0.
An
property that reverses the order of the buttons in the actions area.
<igx-card-actions [reverse]="true"></igx-card-actions>
An
property that sets the vertical attribute of the actions.
When set to true
the actions will be layed out vertically.
A getter that returns true
when the layout has been
set to justify
.
IgxCardActions is container for the card actions.