Appearance
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.
Initial Load: For this action, you need to pass
loadingprop to card and also need to setisLoadingvariable for toggling of loader.Refresh: For this action, You need to pass
action-refreshprop to card and also need to listenrefreshevent for handling loader.Collapse: For this action, You need to pass
action-collapsedprop to cardRemove: For this action, you need to pass
action-removeprop to card
Please refer to the link for examples.