Skip to content

QuickWalletActions

Open in Storybook

Interactive Demo

Usage

vue
<script setup>
import { QuickWalletActions } from '@yellowcard/b2b-design-system';
</script>

<template>
  <QuickWalletActions />
</template>

API Reference

Props

PropTypeDefaultDescription
canReceivebooleantrueWhether receive action is enabled
canSendbooleanfalseWhether send action is enabled
canConvertbooleanfalseWhether convert action is enabled
receiveLabelstring'Receive'Label for receive button
sendLabelstring'Send'Label for send button
convertLabelstring'Convert'Label for convert button
ariaLabelstring'Quick actions'Accessible label for the action button group
loadingbooleanfalseShow skeleton placeholders while data is loading
loadingLabelstring'Loading action'Accessible label announced for each skeleton while loading

Events

EventPayloadDescription
action-clickActionType