Shiori
ogimagecn/shioriFreeComponent
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.jsonSource
1export interface ShioriProps {2 background: string;3 brand: string;4 brandColor: string;5 logo: string;6 title: string;7 titleColor: string;8}910export const Shiori = ({11 title,12 background,13 titleColor,14 logo,15 brand,16 brandColor,17}: ShioriProps) => (18 <div19 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 <img30 alt=""31 height={96}32 src={logo}33 width={96}34 style={{35 borderRadius: "50%",36 objectFit: "contain",37 }}38 />3940 <div41 style={{42 bottom: "60px",43 display: "flex",44 justifyContent: "space-between",45 left: "60px",46 position: "absolute",47 right: "60px",48 }}49 >50 <div51 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>6263 <div64 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>7576 <div style={{ flex: 0.25 }} />77 </div>78 </div>79);
Files it writes
More from ogimagecn
All 22 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blogblog | ogimagecn | Components | Free | no deps | |
| Changelogchangelog | ogimagecn | Components | Free | no deps | |
| Editorialeditorial | ogimagecn | Components | Free | no deps | |
| Eventevent | ogimagecn | Components | Free | no deps | |
| Gridgrid | ogimagecn | Components | Free | no deps | |
| Logologo | ogimagecn | Components | Free | no deps | |
| Ownerowner | ogimagecn | Components | Free | no deps | |
| Photophoto | ogimagecn | Components | Free | no deps |
