Clay Stack
Draggable claymation-style testimonial cards with swipe gestures.
testimonialdraggableclaystack
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
cards | Array<{id: number, text: string, author: string, color: string}> | [{id: 1, text: '...', author: 'Mike T.', color: '#fef08a'}, ...] | Array of card objects with id, text, author, and color. |
backgroundColor | string | #f0f0f0 | Background color (hex, rgb, or hsl). |
borderColor | string | #000000 | Border color (hex, rgb, or hsl). |