@site-builder/json-to-app
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

JSON To App

A tool for converting json to react app.

Usage

const json = {
  component: "component-name",
  props: { prop1: 1 },
  children: [
    {
      component: "child-component-name",
      props: { prop1: 1 },
    },
  ],
};

JSONToApp(json, React.createElement, (name) => name);

Readme

Keywords

none

Package Sidebar

Install

npm i @site-builder/json-to-app

Weekly Downloads

1

Version

1.1.3

License

ISC

Unpacked Size

2.32 kB

Total Files

5

Last publish

Collaborators

  • mojighahar