Loading component…
Components /Image Reveal List
Hover-based image reveal tooltip list
Run the following command
npx shadcn@latest add https://vengeance-ui-v2.vercel.app/r/image-reveal-list.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| items | ImageRevealListItem[] | - | List rows to render with their hover preview image. |
| className | string | - | Additional CSS classes for the wrapper. |
| Prop Name | Type | Default | Description |
|---|---|---|---|
| id | string | - | Stable key for the item. |
| title | string | - | Primary label shown in the row and used as the preview image alt text. |
| subtitle | string | - | Optional secondary label aligned to the end of the row. |
| image | string | - | Image URL shown when the row is hovered. |
| number | string | - | Small leading index or label shown before the title. |
| href | string | '#' | Optional link target for the row. |