Showcase
ogimagecn/showcaseFreeComponent
A product-showcase Open Graph image with a centered headline above a faux browser window and a minimal dashboard UI.
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/showcase.jsonSource
1export interface ShowcaseProps {2 title: string;3 subtitle: string;4 url: string;5 accent?: string;6}78export const Showcase = ({ title, subtitle, url, accent }: ShowcaseProps) => (9 <div10 style={{11 alignItems: "center",12 backgroundColor: "#09090b",13 backgroundImage:14 "radial-gradient(circle at 50% 0%, rgba(99,102,241,0.2), transparent 55%)",15 color: "#fafafa",16 display: "flex",17 flexDirection: "column",18 height: "100%",19 overflow: "hidden",20 paddingTop: "64px",21 width: "100%",22 }}23 >24 <div25 style={{26 display: "flex",27 fontSize: "60px",28 fontWeight: 700,29 letterSpacing: "-0.03em",30 textAlign: "center",31 }}32 >33 {title}34 </div>35 <div36 style={{37 color: "#a1a1aa",38 display: "flex",39 fontSize: "28px",40 marginTop: "14px",41 maxWidth: "760px",42 textAlign: "center",43 }}44 >45 {subtitle}46 </div>4748 <div49 style={{50 backgroundColor: "#0a0a0a",51 border: "1px solid rgba(250,250,250,0.12)",52 borderRadius: "20px 20px 0 0",53 boxShadow: "0 -10px 80px rgba(99,102,241,0.25)",54 display: "flex",55 flexDirection: "column",56 height: "360px",57 marginTop: "48px",58 width: "1000px",59 }}60 >61 <div62 style={{63 alignItems: "center",64 borderBottom: "1px solid rgba(250,250,250,0.08)",65 display: "flex",66 gap: "10px",67 padding: "20px 24px",68 }}69 >70 <div71 style={{72 backgroundColor: "#ef4444",73 borderRadius: "999px",74 height: "14px",75 width: "14px",76 }}77 />78 <div79 style={{80 backgroundColor: "#f59e0b",81 borderRadius: "999px",82 height: "14px",83 width: "14px",84 }}85 />86 <div87 style={{88 backgroundColor: "#22c55e",89 borderRadius: "999px",90 height: "14px",91 width: "14px",92 }}93 />94 <div95 style={{96 backgroundColor: "rgba(250,250,250,0.06)",97 borderRadius: "8px",98 color: "#71717a",99 display: "flex",100 fontSize: "20px",101 marginLeft: "20px",102 padding: "8px 20px",103 }}104 >105 {url}106 </div>107 </div>108109// … truncated
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 |
