json-render-react

Installation
SKILL.md

@json-render/react

React renderer that converts JSON specs into React component trees.

Quick Start

import { defineRegistry, Renderer } from "@json-render/react";
import { catalog } from "./catalog";

const { registry } = defineRegistry(catalog, {
  components: {
    Card: ({ props, children }) => <div>{props.title}{children}</div>,
  },
});
Related skills

More from b-open-io/prompts

Installs
9
GitHub Stars
12
First Seen
Mar 10, 2026