Tilt Me
Tilt Card
CardsCard that tilts based on mouse position
tilt3dperspective
Installation
$
Usage
tsx
import { TiltCard } from "@/components/nonaxial/tilt-card"
export default function Example() {
return (
<TiltCard>{/* Your content here */}</TiltCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |