BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/logo-cloud-03

logo-cloud-03

eldoraui/logo-cloud-03
FreeBlock

A logo cloud with marquee effect.

Live preview

live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://eldoraui.site/r/logo-cloud-03.json

Source

registry/blocks/logo-cloud-03/page.tsxeldoraui.site/r/logo-cloud-03.json
1import Image from "next/image"
2
3import { Marquee } from "@/registry/eldoraui/marquee"
4
5const companies = [
6 {
7 name: "Google",
8 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Google.svg",
9 },
10 {
11 name: "GitHub",
12 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/GitHub.svg",
13 },
14 {
15 name: "Amazon",
16 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Amazon.svg",
17 },
18 {
19 name: "Netflix",
20 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Netflix.svg",
21 },
22 {
23 name: "YouTube",
24 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/YouTube.svg",
25 },
26 {
27 name: "Instagram",
28 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Instagram.svg",
29 },
30 {
31 name: "Spotify",
32 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Spotify.svg",
33 },
34]
35
36export default function LogoCloud03Page() {
37 return (
38 <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">
39 <div className="w-full max-w-sm md:max-w-3xl">
40 <section id="logos">
41 <div className="container mx-auto px-4 py-12 md:px-8">
42 <h3 className="text-center text-sm font-semibold text-gray-500">
43 TRUSTED BY LEADING TEAMS
44 </h3>
45 <div className="relative mt-6">
46 <Marquee className="max-w-full [--duration:40s]">
47 {companies.map((company, idx) => (
48 <Image
49 key={idx}
50 width={112}
51 height={40}
52 src={company.url}
53 className="h-10 w-28 opacity-30 grayscale dark:brightness-0 dark:invert"
54 alt={company.name}
55 />
56 ))}
57 </Marquee>
58 <div className="from-background pointer-events-none absolute inset-y-0 left-0 h-full w-1/3 bg-gradient-to-r"></div>
59 <div className="from-background pointer-events-none absolute inset-y-0 right-0 h-full w-1/3 bg-gradient-to-l"></div>
60 </div>
61 </div>
62 </section>
63 </div>
64 </div>
65 )
66}

What it pulls in

Other registry items

  • marquee

Files it writes

  • registry/blocks/logo-cloud-03/page.tsx
  • registry/blocks/logo-cloud-03/components/marquee.tsx

Facts

Registry
eldoraui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
cta-01cta-01eldorauiBlocksFree2 deps · 2 files
cta-02cta-02eldorauiBlocksFree2 deps · 3 files
cta-03cta-03eldorauiBlocksFree1 dep · 3 files
features-01features-01eldorauiBlocksFree3 deps · 3 files
footer-01footer-01eldorauiBlocksFree1 dep · 3 files
header-01header-01eldorauiBlocksFree3 deps · 5 files
header-02header-02eldorauiBlocksFree3 deps · 2 files
logo-cloud-01logo-cloud-01eldorauiBlocksFree1 dep · 2 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex