For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
125
Sponsor

Stat

A metric / dashboard Open Graph image with an eyebrow label, an oversized number, a trend pill, and a caption.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/stat

Usage

import { ImageResponse } from "next/og";
 
import { Stat } from "@/components/og/stat";
 
export function GET() {
  return new ImageResponse(
    <Stat
      label="Images rendered"
      value="10M+"
      trend="+24%"
      caption="Open Graph images generated with next/og this year."
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Stat

PropType
labelstring
valuestring
captionstring
trendstring
brandstring
logostring