Stack List
A vertical card stack with motion-first entrance/exit, optional auto-injection, swipe-to-dismiss, and configurable hover/click effects. Honors reduced motion.
Customize
Animation
Enter from
Hover effect
Click effect
Duration0.65s
Auto-insert delay2200ms
Max items5
Gap12px
Stack depth3
Stack mode
Pause on hover
Swipe to dismiss
Usage
import { StackList } from "@/components/lazy-ui/stack-list"; <StackList animation="blur" enterFrom="top" hoverEffect="lift" clickEffect="ripple" duration={0.65} autoInsertDelay={2200} maxItems={5} gap={12} stackDepth={3} stack={false} pauseOnHover={true} dismissOnSwipe={true} />