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