KQ-041 · COVERFLOW
Coverflow
A cover gallery in perspective — the active card faces you while its neighbors bank away and recede, and any card you steer to glides to the front.
KQ-041 · COVERFLOW
Specimen Archive · 06 volumes
Now Facing · Ceramic Vane
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/coverflow
Props
- children
- ReactNode
- default —
- Each direct child is a cover.
- index / defaultIndex / onIndexChange
- number / number / (index) => void
- default —
- Controlled or uncontrolled active cover.
- aria-label
- string
- default —
- Names the gallery region.
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Each direct child is a cover. |
| index / defaultIndex / onIndexChange | number / number / (index) => void | — | Controlled or uncontrolled active cover. |
| aria-label | string | — | Names the gallery region. |