BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ogimagecn/shadcn-registry-1

Shadcn Registry 1

ogimagecn/shadcn-registry-1
FreeComponent

A showcase Open Graph image for shadcn registries with logo, name, URL, description, and tag badges.

Live preview

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

Install it

npx shadcn@latest add https://ogimagecn.com/r/shadcn-registry-1.json

Source

registry/components/shadcn-registry-1/index.tsxogimagecn.com/r/shadcn-registry-1.json
1export interface ShadcnRegistry1Props {
2 name: string;
3 url: string;
4 description: string;
5 logo?: string;
6 items?: string[];
7}
8
9export const ShadcnRegistry1 = ({
10 name,
11 url,
12 description,
13 logo = "",
14 items = [],
15}: ShadcnRegistry1Props) => (
16 <div
17 style={{
18 backgroundColor: "#09090b",
19 backgroundImage:
20 "radial-gradient(ellipse at 70% 80%, rgba(120,50,60,0.15), transparent 60%), radial-gradient(ellipse at 20% 20%, rgba(60,60,80,0.1), transparent 50%)",
21 color: "#fafafa",
22 display: "flex",
23 flexDirection: "column",
24 height: "100%",
25 justifyContent: "space-between",
26 padding: "72px",
27 position: "relative",
28 width: "100%",
29 }}
30 >
31 <div
32 style={{
33 alignItems: "center",
34 display: "flex",
35 justifyContent: "space-between",
36 width: "100%",
37 }}
38 >
39 <div style={{ alignItems: "center", display: "flex", gap: "16px" }}>
40 {logo ? (
41 <img
42 alt=""
43 height={48}
44 src={logo}
45 width={48}
46 style={{
47 borderRadius: "12px",
48 objectFit: "contain",
49 }}
50 />
51 ) : (
52 <div
53 style={{
54 backgroundColor: "#22d3ee",
55 borderRadius: "999px",
56 display: "flex",
57 height: "48px",
58 width: "48px",
59 }}
60 />
61 )}
62 <div
63 style={{
64 fontSize: "32px",
65 fontWeight: 600,
66 letterSpacing: "-0.01em",
67 }}
68 >
69 {name}
70 </div>
71 </div>
72 <div
73 style={{
74 color: "#71717a",
75 fontSize: "28px",
76 fontWeight: 500,
77 }}
78 >
79 {url}
80 </div>
81 </div>
82
83 <div
84 style={{
85 display: "flex",
86 flexDirection: "column",
87 gap: "24px",
88 marginTop: "-40px",
89 }}
90 >
91 <div
92 style={{
93 display: "flex",
94 fontSize: url.length > 20 ? 96 : 120,
95 fontWeight: 700,
96 letterSpacing: "-0.04em",
97 lineHeight: 1,
98 textWrap: "balance" as const,
99 }}
100 >
101 {url}
102 </div>
103 <div
104 style={{
105 color: "#a1a1aa",
106 display: "flex",
107 fontSize: "36px",
108 fontWeight: 400,
109 lineHeight: 1.3,
110 maxWidth: "800px",
111 textWrap: "balance" as const,
112 }}
113 >
114// … truncated

Files it writes

  • registry/components/shadcn-registry-1/index.tsx

Facts

Registry
ogimagecn
Type
registry:component
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on ogimagecn ogimagecn.com shadcn-labs/ogimagecn on GitHub Raw registry item This item as JSON

More from ogimagecn

All 22 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
BlogblogogimagecnComponentsFreeno deps
ChangelogchangelogogimagecnComponentsFreeno deps
EditorialeditorialogimagecnComponentsFreeno deps
EventeventogimagecnComponentsFreeno deps
GridgridogimagecnComponentsFreeno deps
LogologoogimagecnComponentsFreeno deps
OwnerownerogimagecnComponentsFreeno deps
PhotophotoogimagecnComponentsFreeno deps
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