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 1

A showcase Open Graph image for shadcn registries with logo, name, URL, description, and tag badges.

Customize

Installation

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

Usage

import { ImageResponse } from "next/og";
 
import { ShadcnRegistry1 } from "@/components/og/shadcn-registry-1";
 
export function GET() {
  return new ImageResponse(
    <ShadcnRegistry1
      name="shadcn/ui"
      url="ui.shadcn.com"
      description="Beautifully designed components built with Radix UI and Tailwind CSS."
      items={["159+ components", "open source", "accessible"]}
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

ShadcnRegistry1

PropType
namestring
urlstring
descriptionstring
logostring
itemsstring[]