Animated Card 3

An animated hover card that can showcase almost anything—it all comes down to the caption you choose.

Installation

pnpm dlx shadcn@latest add https://badtz-ui.com/r/animated-card-3.json

Usage

import { AnimatedCard, CardVisual, CardBody, CardTitle, CardDescription, } from "@/components/ui/animated-card"; import { Visual3 } from "@/components/ui/visual-3";
<AnimatedCard> <CardVisual> <Visual3 mainColor="#ff6900" secondaryColor="#f54900" /> </CardVisual> <CardBody> <CardTitle>Just find the right caption</CardTitle> <CardDescription>This card will tell everything you want</CardDescription> </CardBody> </AnimatedCard>

Props

animated-card props.

visual-2 props.

Note

  • Many more cards are coming in the future. If you need a card for a specific theme, feel free to send me a request. If it's something that could benefit many people, I'll build it.

Credits

This component is inspired by Wope