Components
Ace Clients
Client logo marquee strip with auto-scrolling and grayscale logos
Ace Clients
Client logo marquee strip with auto-scrolling and grayscale logos.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-clientsUsage
import { Clients } from "@/components/vandoko/ace-clients";
export default function Page() {
return <Clients />;
}Features
- Auto-scrolling -- Continuous marquee animation for dynamic content
- 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 | — | - |
logos | AceClientLogo[] | — | - |
Dependencies
react-fast-marquee
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/clients |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction