TiltedCard
1.0.0Marketing media card that tilts and lifts toward the pointer, with an overlay title and a caption that follows the cursor.
npx jabkit add tilted-cardComponent Data
- ID
- tilted-card
- Category
- marketing
- Version
- 1.0.0
- Added
- 2026-09-06
- Type
- block
- Keyboard nav
- No
- Reduced motion
- Yes
tiltcardmediamarketinginteractive3dhoverlanding
Dependencies
- clsx
- tailwind-merge
Examples
Default
<div className="bg-background text-foreground">
<TiltedCard {...tiltedCardMocks.default} />
</div>Variants
<div className="bg-background text-foreground">
<TiltedCard {...tiltedCardMocks.alternate} />
</div>