Skip to content
On this page

App Card Action

File: src/@core/components/cards/AppCardAction.vue


We have developed the AppCardAction component, an extension of the card components. This versatile component is designed to facilitate various actions, such as Initial Loading,refresh, collapsing, and removing cards.

  1. Initial Load: For this action, you need to pass loading prop to card and also need to set isLoading variable for toggling of loader.

  2. Refresh: For this action, You need to pass action-refresh prop to card and also need to listen refresh event for handling loader.

  3. Collapse: For this action, You need to pass action-collapsed prop to card

  4. Remove: For this action, you need to pass action-remove prop to card

Please refer to the link for examples.