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 3

A bold dark Open Graph image with large title, circular badge, ghost watermark, and credit text.

Customize

Installation

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

Usage

import { ImageResponse } from "next/og";
 
import { ShadcnRegistry3 } from "@/components/og/shadcn-registry-3";
 
export function GET() {
  return new ImageResponse(
    <ShadcnRegistry3
      title="Brand new uncommon components for your Next.js project. fast-growing freemium (Works with Shadcn CLI 3.0)"
      credit="Design And Devloped By @Gxuri"
      ghost="SKIPER"
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

ShadcnRegistry3

PropType
titlestring
creditstring
ghoststring
logostring
accentstring