Components
Ace Collage
Absolute-positioned rotated image collage with hover-to-front interaction
Ace Collage
Absolute-positioned rotated image collage with hover-to-front interaction.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-collageUsage
import { AceCollage } from "@/components/vandoko/ace-collage";
export default function Page() {
return <AceCollage />;
}Features
- Interactive -- Responds to user hover and mouse interactions
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
3 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
heading | string | — | - |
items | AceCollageItem[] | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/collage |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction