Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add card-stackImport the component
Import the components into your Svelte file:
import { CardStack, CardStackItem } from "motion-core";import { CardStack, CardStackItem } from "motion-core";Usage
Scroll Down




Nothing Here
API Reference
CardStack
| Prop | Type | Default |
|---|---|---|
children | Snippet | — |
scaleFactor | number | 0.05 |
offset | number | 10 |
topOffset | number | 0 |
scrollElement | stringHTMLElementnull | window |
class | string | — |
CardStackItem
| Prop | Type | Default |
|---|---|---|
children | Snippet | — |
class | string | "" |
style | string | "" |