jrgt
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

JRGT (JsonReact)

Install

$ bun add jrgt react
$ bun add -d tslib

Create Component

import jr from "jrgt";

function App() {
  return jr.r([
    {
      div: {
        className: "container",
        children: "Hello, world!",
      },
    },
  ]);
}

Readme

Keywords

Package Sidebar

Install

npm i jrgt

Weekly Downloads

2

Version

1.0.2

License

none

Unpacked Size

17.9 kB

Total Files

10

Last publish

Collaborators

  • der_googler