Cards Demo 2
aceternity/cards-demo-2FreeBlock
Content Card
Install it
npx shadcn@latest add https://ui.aceternity.com/registry/cards-demo-2.jsonSource
1"use client";2import { cn } from "@/lib/utils";345export default function CardDemo() {6 return (7 <div className="max-w-xs w-full group/card">8 <div9 className={cn(10 " cursor-pointer overflow-hidden relative card h-96 rounded-md shadow-xl max-w-sm mx-auto backgroundImage flex flex-col justify-between p-4",11 "bg-[url(https://images.unsplash.com/photo-1544077960-604201fe74bc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1651&q=80)] bg-cover"12 )}13 >14 <div className="absolute w-full h-full top-0 left-0 transition duration-300 group-hover/card:bg-black opacity-60"></div>15 <div className="flex flex-row items-center space-x-4 z-10">16 <img17 height="100"18 width="100"19 alt="Avatar"20 src="/manu.png"21 className="h-10 w-10 rounded-full border-2 object-cover"22 />23 <div className="flex flex-col">24 <p className="font-normal text-base text-gray-50 relative z-10">25 Manu Arora26 </p>27 <p className="text-sm text-gray-400">2 min read</p>28 </div>29 </div>30 <div className="text content">31 <h1 className="font-bold text-xl md:text-2xl text-gray-50 relative z-10">32 Author Card33 </h1>34 <p className="font-normal text-sm text-gray-50 relative z-10 my-4">35 Card with Author avatar, complete name and time to read - most36 suitable for blogs.37 </p>38 </div>39 </div>40 </div>41 );42}
Files it writes
More from aceternity
All 89 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-beam-path-illustrationanimated-beam-path-illustration | aceternity | Blocks | Paid | 1 dep | |
| background-dotsbackground-dots | aceternity | Blocks | Paid | no deps | |
| background-dots-maskedbackground-dots-masked | aceternity | Blocks | Paid | no deps | |
| background-dots-masked-verticalbackground-dots-masked-vertical | aceternity | Blocks | Paid | no deps | |
| background-grid-with-dotsbackground-grid-with-dots | aceternity | Blocks | Paid | no deps | |
| background-grid-with-dots-and-animationsbackground-grid-with-dots-and-animations | aceternity | Blocks | Paid | no deps | |
| background-noise-gridbackground-noise-grid | aceternity | Blocks | Paid | no deps | |
| background-with-full-videobackground-with-full-video | aceternity | Blocks | Paid | 1 dep |
