Crypto dashboard with real time price update using a coincecko api with time and new card design
import CryptoDashboard from "@/components/ui/crypto-dashboard"; export default function DemoOne() { return ( <div className= "min-h-screen h-full w-full" > <CryptoDashboard/> < /div> ); }
Part of reuno-ui — browse the full library on 21st.dev.