Components
Crypto dashboard with real time price update using a coincecko api with time and new card design
Loading preview...
import CryptoDashboard from "@/components/ui/crypto-dashboard";
export default function DemoOne() {
return (
<div className= "min-h-screen h-full w-full" >
<CryptoDashboard/>
< /div>
);
}
Loading preview...