Components
Loading preview...
Crypto Swap Card With Real Time Pricing of Currency Using CoinGecko Free api
npx shadcn@latest add https://21st.dev/r/moazamtrade/crypto-swap-cardimport SwapCard from "@/components/ui/crypto-swap-card";
export default function DemoOne() {
return <SwapCard />;
}