BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/atroui/logo-cloud

Logo Cloud

atroui/logo-cloud
FreeBlock

Partner / client name strip with editable CONTENT and NAMES.

Install it

npx shadcn@latest add https://atroui.com/r/logo-cloud.json

Source

registry/default/blocks/logo-cloud.tsxatroui.com/r/logo-cloud.json
1/**
2 * Edit CONTENT / NAMES when you have real clients or partners.
3 * Text marks by default — swap cells for Image when you have assets.
4 */
5const CONTENT = {
6 stamp: "Trusted by",
7 lede: "Swap NAMES for clients or stack partners. Prefer real marks when you have them.",
8}
9
10const NAMES = [
11 "Northline",
12 "Cascade",
13 "Harbor",
14 "Kiln",
15 "Fieldwork",
16 "Orbit",
17]
18
19export function LogoCloud() {
20 return (
21 <section className="border-t border-border-subtle">
22 <div className="border-b border-border-subtle">
23 <div className="mx-auto max-w-7xl border-x border-border-subtle px-6 py-10 sm:px-10 sm:py-12">
24 <div className="max-w-md">
25 <p className="text-[11px] font-semibold tracking-[0.14em] text-muted-foreground uppercase">
26 {CONTENT.stamp}
27 </p>
28 <p className="mt-2 text-sm leading-relaxed text-muted-foreground">
29 {CONTENT.lede}
30 </p>
31 </div>
32 <ul className="mt-8 grid grid-cols-2 gap-px overflow-hidden rounded-lg border border-border-subtle bg-border-subtle sm:grid-cols-3 md:grid-cols-6">
33 {NAMES.map((name) => (
34 <li
35 key={name}
36 className="flex min-h-16 items-center justify-center bg-background px-3 py-4"
37 >
38 <span className="text-sm font-medium tracking-tight text-muted-foreground">
39 {name}
40 </span>
41 </li>
42 ))}
43 </ul>
44 </div>
45 </div>
46 </section>
47 )
48}

Files it writes

  • registry/default/blocks/logo-cloud.tsx

Facts

Registry
atroui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-11
Last confirmed
today

Go to the source

atroui.com atroui/atroui on GitHub Raw registry item This item as JSON

More from atroui

All 81 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Analytics Provideranalytics-provideratrouiBlocksFree1 dep
AR Portfolioar-portfolioatrouiBlocksFree1 dep
Before / Afterbefore-after-slideratrouiBlocksFreeno deps
Calendly Embedcalendly-embedatrouiBlocksFree1 dep
ChangelogchangelogatrouiBlocksFreeno deps
Command Menucommand-menuatrouiBlocksFree4 deps
Contact Formcontact-formatrouiBlocksFree2 deps
Contextual CTAcontextual-ctaatrouiBlocksFree2 deps
BlockDex

Built by

Kynth Studios

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 Studios

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 Studios

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