Command Palette

Search for a command to run...

2.1k
Components

Logos Carousel

Cycle through logos column by column in a staggered wave.

Loading…

Installation

pnpm dlx shadcn@latest add @ncdai/logos-carousel

Usage

import { LogosCarousel } from "@/components/logos-carousel"
<LogosCarousel>
  <Logo />
  <Logo />
  <Logo />
</LogosCarousel>

Accessibility

Reduced motion

When prefers-reduced-motion is on, the staggered wave, slide, and blur transitions are skipped and the carousel stops auto-cycling; logos render statically in place.

API reference

LogosCarousel

Prop

Type

Credits

Command Palette

Search for a command to run...