@golpasal/editor
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

page-editor

Install

npm install --save @golpasal/page-editor

Usage

import * as React from "react";
import { ReactPage as Page } from "@golpasal/page-editor";
import "@golpasal/page-editor/dist/styles.css";

class Example extends React.Component {
  render() {
    return <Page page={data} widgetTypes={{}} />;
  }
}

Feature

  • [ ] Layouts: Layout Stack -> like widgets

  • [ ] Form: Widget Form Style

  • [ ] LayoutStack: support breakpoints

  • [ ] Test: limitAccess

License

MIT © busgo

Readme

Keywords

none

Package Sidebar

Install

npm i @golpasal/editor

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

8.02 MB

Total Files

277

Last publish

Collaborators

  • pahakrai