Stacked Carousel

A self-playing card stack that cycles through items with a smooth, seamless fly-up transition.

Sending to Naru Paswan

Ethereum

20.00 ETH

20.00 ETH

Swapping

ETHUSDC

0.50 ETH

~ 1000 USDC

Sending to Alex Mishra

Solana

12.50 Sol

12.50 Sol

Props

PropertyTypeDefaultDescription
itemsT[]The data rendered by the carousel. One card per item.
renderItem(item: T, index: number) => ReactNodeCallback that renders the content of a single card.
intervalnumber1800Milliseconds between automatic advances.
advanceDelaynumber400Duration of the fly-up animation before the card cycles.
containerHeightnumber220Height reserved for the stack container.
onAdvance(index: number) => voidCalled with the index of the card that just became active.
classNamestringAdditional classes for the root wrapper.
cardClassNamestringAdditional classes applied to every card.