StickyCardsTilt
StickyCardsTilt component
Preview
StickyCardsTiltOpen Full Page
[!TIP] Open in full screen for the best experience.
Install
npx shadcn add https://www.razisyed.cv/r/sticky-cards-tiltDependencies
npm i @gsap/react gsapUsage
import { StickyCardsTilt } from "@/components/collected/sticky-cards-tilt/StickyCardsTilt";
export default function Example() {
return <StickyCardsTilt />;
}Source
Loading source...