Card Actions

Action Icon Details
Collapse Collapse card content using collapse action.
Expand Card Maximize your card using expand action
Refresh Content Refresh your card content using refresh action.
Remove Card Remove card from page using remove card action

Collapsible

You can create a collapsible content by by adding [actions]="['collapse']" along with <core-card><core-card> component.

Click on to see card collapse in action

Refresh Content

To create a card with refresh action use [actions]="['reload']" along with <core-card><core-card> component.

Click on icon to see refresh card content in action.

Remove Card

You can create a closeable card by using [actions]="['close']" along with <core-card><core-card> component.

Click on icon to see closeable card in action.

Expand Card

You can maximize the card by using [actions]="['expand']" along with <core-card><core-card> component.

Click on icon to see close card in action.