Skip to main content

1. Try the Low Code Engine Demo

The low-code editor is organized into these main areas: image.png

Feature overview by area

Left: panels and actions

Component panel

Search for components and drag them onto the editor canvas. Dec-17-2021 19-12-46.gif

Outline panel

Adjust the component tree on the page: Dec-17-2021 19-14-34.gif You can show or hide modal overlays here: Dec-17-2021 19-19-18.gif

Source code panel

Edit page-level JavaScript and CSS. Feb-11-2022 14-51-59.gif

Schema editor

For developers: edit the underlying Schema data for the page. image.png Together with Save to local and Reset page in the top toolbar, you can experiment with how different schemas affect the low-code page.

The data relationships are:

  • Schema in the page: the Schema stored in the low-code engine. Clicking Save Schema in the Schema panel updates the engine value. All other engine operations may also modify the Schema.
  • localStorage data: saved by Save to local and read on page init and in preview.
  • Default Schema: the default Schema in the Demo project (public/schema.json). Used on init when localStorage is empty, and when you click Reset page.

Language switch

Switch the editor language. Note: component configuration must support i18n.

image.png image.png

Center: visual page canvas

Click a component to show its property settings in the right panel. Dec-17-2021 19-28-28.gif

Drag to reorder components. Dec-17-2021 19-29-40.gif

Drag components into container components. While dragging, the component tree is shown on the right. Dec-17-2021 19-31-30.gif

Right: component-level configuration

Selected component breadcrumb

From the page root to the current selection—click a name to select that component. Dec-17-2021 19-35-25.gif

Selected component settings

Top-level tabs for the current component. Sub-tabs depend on component type:

Properties

Basic property values. Dec-17-2021 19-37-26.gif

Style

Style settings, e.g. typography: Dec-17-2021 19-38-55.gif

Events

Bind events exposed by the component. Dec-17-2021 19-41-17.gif

Advanced

Loop, conditional rendering, and key settings. Dec-17-2021 19-46-26.gif

Top: toolbar

Undo and redo

Dec-17-2021 19-52-23.gif