Logo Carousel Swapper Demo
sora-ui/demo-logo-carousel-swapperFreeComponent
Staggered four-column logo swapper with blur and vertical motion.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-logo-carousel-swapper.jsonSource
1"use client";23import { PARTNER_LOGO_CAROUSEL_ROWS } from "@/lib/partner-logos";4import {5 LogoCarouselSwapper,6 type LogoCarouselSwapperProps,7} from "@/components/sora-ui/effects/logo-carousel-swapper";89export function LogoCarouselSwapperExample({10 monochrome = true,11}: Pick<LogoCarouselSwapperProps, "monochrome">) {12 return (13 <div className="flex w-full max-w-full items-center justify-center overflow-hidden px-2 sm:px-4">14 <LogoCarouselSwapper15 aria-label="Partner logos"16 className="max-w-3xl"17 interval={3000}18 monochrome={monochrome}19 rows={PARTNER_LOGO_CAROUSEL_ROWS}20 stagger={0.12}21 />22 </div>23 );24}
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
