Tilt Container
Tilt Container
InteractionsContainer that tilts with mouse
tiltcontainer3d
Installation
$
Usage
tsx
import { TiltContainer } from "@/components/nonaxial/tilt-container"
export default function Example() {
return (
<TiltContainer>{/* Your content here */}</TiltContainer>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |