Content Display
Depth Image Carousel
이미지 카드를 원근감 있게 회전시키는 3D 캐러셀입니다.
Preview
content media
Depth Image Carousel
rotate through image cards
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.
items
- Type
- ThreeDImageCarouselItem[]
- Default
- -
- Description
- Images to show.
slides
- Type
- ThreeDImageCarouselItem[]
- Default
- -
- Description
- Alias for images to show.
itemCount
- Type
- 3 | 5
- Default
- 5
- Description
- Number of visible cascade positions.
interval
- Type
- number
- Default
- -
- Description
- Auto-rotation interval alias in milliseconds.
delay
- Type
- number
- Default
- 3
- Description
- Auto-rotation delay in seconds, matching the source component API.
autoplay
- Type
- boolean
- Default
- false
- Description
- Whether to rotate automatically.
pauseOnHover
- Type
- boolean
- Default
- true
- Description
- Whether autoplay pauses while hovering.