BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ogimagecn/shiori

Shiori

ogimagecn/shiori
FreeComponent

A clean, minimal Open Graph image with a light cream background, an orange gradient circle logo, and a bold title beside a muted description.

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/shiori.json

Source

registry/components/shiori/index.tsxogimagecn.com/r/shiori.json
1export interface ShioriProps {
2 background: string;
3 brand: string;
4 brandColor: string;
5 logo: string;
6 title: string;
7 titleColor: string;
8}
9
10export const Shiori = ({
11 title,
12 background,
13 titleColor,
14 logo,
15 brand,
16 brandColor,
17}: ShioriProps) => (
18 <div
19 style={{
20 backgroundColor: background,
21 display: "flex",
22 flexDirection: "column",
23 height: "100%",
24 padding: "60px",
25 position: "relative",
26 width: "100%",
27 }}
28 >
29 <img
30 alt=""
31 height={96}
32 src={logo}
33 width={96}
34 style={{
35 borderRadius: "50%",
36 objectFit: "contain",
37 }}
38 />
39
40 <div
41 style={{
42 bottom: "60px",
43 display: "flex",
44 justifyContent: "space-between",
45 left: "60px",
46 position: "absolute",
47 right: "60px",
48 }}
49 >
50 <div
51 style={{
52 color: brandColor,
53 flex: 0.25,
54 fontSize: "64px",
55 fontWeight: 600,
56 letterSpacing: "-0.03em",
57 lineHeight: 1.3,
58 }}
59 >
60 {brand}
61 </div>
62
63 <div
64 style={{
65 color: titleColor,
66 flex: 0.6,
67 fontSize: "64px",
68 fontWeight: 600,
69 letterSpacing: "-0.03em",
70 lineHeight: 1.3,
71 }}
72 >
73 {title}
74 </div>
75
76 <div style={{ flex: 0.25 }} />
77 </div>
78 </div>
79);

Files it writes

  • registry/components/shiori/index.tsx

Facts

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

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