Grids & Layouts
Z-Stack Fan
3D fan-stacked gallery with z-depth and perspective.
galleryfan3dstack
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
cards | Array<{title: string, color: string}> | [{title: 'Air', color: 'bg-blue-200'}, ...] | Array of card objects with title and color (Tailwind class). |
backgroundColor | string | #f5f5f5 | Background color (hex, rgb, or hsl). |
collectionPrefix | string | Collection | Prefix text for collection labels. |
hintText | string | HOVER TO EXPAND DECK | Hint text displayed at bottom. |