Card Tilt

An interactive 3D card that tilts based on mouse position.

Mouse Interaction

This card tilts based on your mouse position.

3D

Depth Effect

Adds a layer of interactivity and depth.

1<div className="grid grid-cols-1 md:grid-cols-2 gap-6 w-full">
2 <TiltCard>
3 <h3 className="text-lg font-medium mb-2">Mouse Interaction</h3>

Installation

npx zeroui@latest add tilt-card

Props

nametypedefaultdescription
childrenReactNode-Content of the card