Elements

Elements are instances of components you manage in the canvas. An Element can be as simple as a single button, or a complex section comprising of many panels, images, and text.

Custom element name and ID

Name an element by selecting it and changing the default name at the top of the panels sidebar. Custom names must be alphanumeric and cannot contain any spaces.

Custm element name input

A custom name will be displayed in breadcrumbs, also making it easier to discern between nested boxes.

element custom name

Elements with custom names can also be scrolled to with buttons, images, and text links. All elements with custom names will appear in the scroll to dropdown found in on click panels.

elements in dropdown click panel

Custom names also serve as IDs added to the element’s HTML that can be targeted by custom CSS and JavaScript.

Element actions

Element actions can be found at the top right of the panels sidebar or by using keyboard shortcuts.

element actions

Duplicating an element or pressing ⌘ + D creates an exact copy, including nested elements, either below or next to the original.

duplicating elements

Copy an element or press ⌘ + C to save it to your clipboard. When pasting ⌘ + V, you will be able to select exactly where to place the copied element, similar to sorting.

copy and pasting elements

You can delete any selected element by pressing delete or backspace.