Docs/Layered Stack

Layered Stack

A stack of layered cards that reset and spring out on mouse interactions.

Installation

$pnpm dlx shadcn@latest add @componentry/layered-stack

Usage

API Reference

PropTypeDefault
childrenThe layered items inside the stack.
ReactNode—
classNameAdditional CSS classes for styling.
string—

Click on the icon in the top right of the example preview to view the source code for specific variants.

Keep in mind

This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.

Have any questions?
Contact on@harshjdhv
Scientific element 0Scientific element 1Scientific element 2Scientific element 3Scientific element 4Scientific element 5Scientific element 6Scientific element 7
import { LayeredStack } from "@/components/ui/layered-stack"