react-logo-carousel
v1.0.1
Published
A lightweight, animated logo carousel built with React and Framer Motion
Maintainers
Readme
React Logo Carousel
🌀 A smooth, animated logo carousel built with React and Framer Motion.

Installation
npm install react-logo-carousel
Usage
import LogoCarousel from 'react-logo-carousel';
const logos = [
{ name: 'Logo 1', image: 'https://yourcdn.com/logo1.svg' },
{ name: 'Logo 2', image: 'https://yourcdn.com/logo2.svg' },
{ name: 'Logo 3', image: 'https://yourcdn.com/logo3.svg' },
];
<LogoCarousel logos={logos} />;
