Wallet Card

Wallet overview card with an account switcher and search that morph open from their triggers, a cascading balance with a live change pill and privacy toggle, copy-address, and Send / Deposit / Swap / Buy actions.

Preview

Balance

$12,480.32
+$124.50

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/wallet-card

API Reference

accounts
WalletAccount[]
accountId?
string
defaultAccountId?
string
onAccountChange?
((id: string) => void)
balance
number
balancePrefix?
string
$
defaultChange?
number

Initial balance change shown in the pill before any live change.

defaultBalanceHidden?
boolean

Start with the balance hidden behind dots.

false
onSend?
(() => void)
onDeposit?
(() => void)
onSwap?
(() => void)
onBuy?
(() => void)
searchPlaceholder?
string
searchRecent?
string[]

Recent searches shown in the expanded search panel.

onSearchChange?
((value: string) => void)
onSearchSubmit?
((value: string) => void)
hasNotifications?
boolean

Show an unread pulse on the notifications bell.

false
onNotifications?
(() => void)
className?
string

Keep in mind

Some components on this site are inspired by or recreated from existing work across the web. I'm not here to take credit; just to learn, experiment, and sometimes push things a bit further. If something looks familiar and I forgot to mention you, reach out and I'll fix that right away.

Updated