json-render-shadcn

Installation
SKILL.md

@json-render/shadcn

Pre-built shadcn/ui component definitions and implementations for json-render. Provides 36 components built on Radix UI + Tailwind CSS.

Two Entry Points

Entry Point Exports Use For
@json-render/shadcn/catalog shadcnComponentDefinitions Catalog schemas (no React dependency, safe for server)
@json-render/shadcn shadcnComponents React implementations

Usage Pattern

Pick the components you need from the standard definitions. Do not spread all definitions -- explicitly select what your app uses:

import { defineCatalog } from "@json-render/core";
import { schema } from "@json-render/react/schema";
import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog";
Related skills
Installs
153
GitHub Stars
14.7K
First Seen
Feb 17, 2026