Components
Loading preview...
Crypto dashboard with real time price update using a coincecko api with time and new card design
npx shadcn@latest add https://21st.dev/r/reuno-ui/crypto-dashboardimport CryptoDashboard from "@/components/ui/crypto-dashboard";
export default function DemoOne() {
return (
<div className= "min-h-screen h-full w-full" >
<CryptoDashboard/>
< /div>
);
}