Glassmorphism blog card with image zoom, author info, and read action
import { GlassBlogCard } from "@/components/ui/glass-blog-card-shadcnui" export default function Demo() { return ( <div className="flex min-h-screen items-center justify-center bg-background p-8"> <GlassBlogCard /> </div> ) }
Part of UI TripleD — browse the full library on 21st.dev.