Components
Ace Logo Cloud
Logo cloud with motion/react animated entrance and hover scale effects
Ace Logo Cloud
Logo cloud with motion/react animated entrance and hover scale effects.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-logo-cloudUsage
import { AceLogoCloud } from "@/components/vandoko/ace-logo-cloud";
export default function Page() {
return <AceLogoCloud />;
}Features
- Animated -- Smooth entrance and interaction animations via motion/react
- 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 | React.ReactNode | — | - |
logos | AceLogoCloudItem[] | — | - |
Dependencies
motion
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/logo-cloud |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction