Open Graph
Beautiful OG images, built on Satori
A shadcn registry of social card components you can copy, paste, and ship.
ogimagecn
Installation
$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/simple.json
Usage
import { ImageResponse } from "next/og";
import { Simple } from "@/components/og/simple";
export function GET() {
return new ImageResponse(<Simple title="Hello world" />, {
width: 1200,
height: 630,
});
}API Reference
Simple
| Prop | Type | Default |
|---|---|---|
label | string | - |
title | string | - |
description | string | - |
brand | string | - |
accent | string | - |