WalletCard

A component that displays wallet information and basic actions.
1import { WalletCard } from '@avalabs/avacloud-waas-react';
2
3function WalletSection() {
4 return (
5 <WalletCard
6 className="custom-class" // Optional custom class
7 onClose={() => {
8 // Handle card close
9 }}
10 />
11 );
12}

Props

1interface WalletCardProps {
2 className?: string;
3 onClose?: () => void;
4}

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 [email protected]. All examples provided are for demonstration purposes only.

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