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.
73
Sponsor

Shadcn Registry 4

A centered dark Open Graph image with logo, name, title, and URL on a subtle dot pattern background.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/shadcn-registry-4

Usage

import { ImageResponse } from "next/og";
 
import { ShadcnRegistry4 } from "@/components/og/shadcn-registry-4";
 
export function GET() {
  return new ImageResponse(
    <ShadcnRegistry4
      name="Animate UI"
      title="Discover animated primitives, components, and icons for building expressive, modern UIs"
      url="animate-ui.com"
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

ShadcnRegistry4

PropType
namestring
titlestring
urlstring
logostring
accentstring