A compact, responsive grid showcasing partner and client logos.
import { LogoCloud } from "@/components/ui/logo-cloud"; export default function DemoOne() { return ( <div className="min-h-screen w-full place-content-center px-4"> <section className="relative mx-auto grid max-w-3xl"> <LogoCloud /> </section> </div> ); }
Part of shadway — browse the full library on 21st.dev.