Sticky Card 1
Sticky Card 2
Sticky Card 3
Scroll to see the sticky stack effect
Sticky Stack
LayoutSticky stacking cards on scroll
stickystackscroll
Installation
$
Usage
tsx
import { StickyStack } from "@/components/nonaxial/sticky-stack"
export default function Example() {
return (
<StickyStack>{/* Your content here */}</StickyStack>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |