Connect Wallet Popover
The Connect Wallet Popover component is a popover that allows users to connect their wallet via Solana Wallet Adapter
Installation
1. Install Dependencies
ConnectWalletPopover requires Solana Wallet Adapter and must be wrapped in Connection and Wallet provider components.
2. Install shadcn/ui popover and button components
Use shadcn/ui CLI or manually install the popover and button components.
3. Install SolanaUI Connect Wallet Popover
Copy the code below to src/components/sol/connect-wallet-popover.tsx
.
4. Use Connect Wallet Popover
Import the ConnectWalletPopover
component and use it in your app.