What problem does it solve?
Pre-built shadcn/ui components for json-render streamline UI composition by providing ready-to-use catalog and React implementations, reducing setup time and ensuring design consistency across projects.
Core Features & Use Cases
- Two entry points: a server-safe catalog (@json-render/shadcn/catalog) and a React component library (@json-render/shadcn), enabling separation of concerns between data-driven prompts and UI rendering.
- Simple integration pattern: import catalogs to define available components, then register corresponding React components to render at runtime.
- Rich component catalog spanning layout, navigation, content, and interactive primitives built on Radix UI + Tailwind CSS for rapid, consistent UIs.
Quick Start
Install and import the catalog and components from @json-render/shadcn, then wire the catalog to your registry to start using the predefined UI components.