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
loading
prop to card and also need to setisLoading
variable for toggling of loader.Refresh: For this action, You need to pass
action-refresh
prop to card and also need to listenrefresh
event for handling loader.Collapse: For this action, You need to pass
action-collapsed
prop to cardRemove: For this action, you need to pass
action-remove
prop to card
Please refer to the link for examples.