Logo Carousel
A minimal animated logo switcher using React and Framer Motion. It cycles between logo sets with smooth transitions—perfect for showcasing tools, partners, or tech stacks in a clean, dynamic way.Props
| Prop | Type | Default | Description |
|---|
| logosA | Array | - | First set of logos to display. Each object should contain { logo, name } |
| logosB | Array | - | Second set of logos. Each object should contain { logo, name } |
| className | string | - | Additional Tailwind classes for wrapper container. |
| className | string | "" | Additional Tailwind / custom styles. |
| textSize | string | 20px | Controls size of the logo label text. |
| time | number | 5000 | Interval (ms) to switch between logo sets. |
Dependencies
framer-motionCLSXTailwind Merge