0.20.0 • Published 2 years ago

@one-for-all/render-engine v0.20.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Render Engine turns Schema into real UI

Use Schema to describe your web page logic, then use Render Engine to make it into real UI.

中文文档

Get Start

Install render engine use npm or yarn:

npm install @one-for-all/render-engine

Import render engine in your source file:

import React from 'react';
import { RefLoader, Repository, SchemaRender } from '@one-for-all/render-engine';

function Demo() {
  const schema = getSchemaBySomeway();

  return (<SchemaRender schema={schema} />);
}

Example

please checkout our example repo for more.

0.20.0

2 years ago

0.13.6-4

2 years ago

0.13.6-3

2 years ago

0.13.6-2

2 years ago

0.13.6-0

2 years ago

0.19.0

2 years ago

0.18.1

2 years ago

0.14.0

2 years ago

0.13.1

2 years ago

0.15.0

2 years ago

0.13.2

2 years ago

0.16.0

2 years ago

0.13.3

2 years ago

0.17.0

2 years ago

0.13.4

2 years ago

0.18.0

2 years ago

0.13.5

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.2

2 years ago