Components
Loading preview...
Glassmorphism blog card with image zoom, author info, and read action
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/glass-blog-card-shadcnuiimport { 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>
)
}