AvaCloud

WalletCard

import { WalletCard } from '@avalabs/avacloud-waas-react';
 
function WalletSection() {
  return (
    <WalletCard
      className="custom-class" // Optional custom class
      onClose={() => {
        // Handle card close
      }}
    />
  );
}

Props

interface WalletCardProps {
  className?: string;  
  onClose?: () => void; 
}

Features

  • Displays wallet information in a card format
  • Optional close button with callback
  • Customizable styling through className
  • Handles wallet state automatically

If you need more help, explore our other articles or reach out to our support team via chat or email support@avacloud.io. All examples provided are for demonstration purposes only.

Learn More About AvaCloud | Download Case Studies | Schedule an AvaCloud Demo

On this page