Stacked Logos
Multiple logo sets that animate in/out while stacked on top of each other with a mouse glow effect.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/stacked-logos.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy into components/ui/stacked-logos.tsx
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| logoGroups | React.ReactNode[][] | Required | Array of logo groups |
| duration | number | 30 | Animation duration in seconds |
| stagger | number | 0 | Stagger factor for timing |
| logoWidth | string | '200px' | Width of each logo container |
