Animated logo cloud with staggered fade-in and group cycling.
Installation
Usage
For provider icons, you can use svgl — a beautiful library of SVG logos for popular brands and services.
How It Works
LogoCloudcycles throughLogoCloudGroupchildren on a timer.- Each group fades out with a staggered blur effect before the next group fades in.
LogoCloudItemreceives its stagger index automatically viaReact.cloneElement.
API Reference
LogoCloud
| Prop | Type | Default |
|---|---|---|
label? | string | "" |
displayDuration? | number | 2000 |
fadeDuration? | number | 0.6 |
staggerDelay? | number | 0.08 |
className? | string | - |
LogoCloudItem
| Prop | Type | Default |
|---|---|---|
icon | ReactNode | - |
name | string | - |