Wallet Input

Crypto address field with a gradient Ξ avatar, shortened mono address, and an ENS lookup chip.

Ξ
0x4A81…6fA0ENS
Ethereum · Mainnet

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input30 } from "@/components/beste/piece/input30";

<Input30
  label="Recipient wallet"
  address="0x4A81b3cB5Fa11Ce2B492D8d7cF82C9Dd8B0E6fA0"
  chain="Ethereum · Mainnet"
/>