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

For any additional questions, please view our other knowledge base articles or contact a support team member via the chat button. Examples are for illustrative purposes only.

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