Skip to main content
When you select a component on the canvas, its configurable properties appear in the Properties bar on the right-hand side. Properties are organised into collapsible groups so you can find what you need quickly. This page documents the general-purpose editor components. For layout primitives (Container, Grid, Stack, etc.) see Layout Components. For advanced embedding (Iframe, Script, CustomerType) see Advanced Components.

Card

A Bootstrap-based card with rich content options including images, lists and nested slot areas.

Properties


Alert

A dismissible callout box for notices, warnings and informational messages.

Properties

The Alert also has an items slot where you can drop additional components inside the alert body.

Button

A styled button (or link) with full control over appearance, sizing and navigation.

Properties


Image

Displays an image with Bootstrap responsive utilities.

Properties


A responsive image gallery where each thumbnail opens a full-screen lightbox (powered by GLightbox). Visitors can navigate through all images inside the lightbox without leaving the page.

Properties

The Images field is a dynamic list. Use the + Add button to add images and the drag handle to reorder them.
For a masonry-style layout, combine multiple Image Carousel components inside a Responsive Grid and set each carousel to 1 column with a different image height.

Heading

A heading element (<h1> through <h6>) with optional display sizing.

Properties

Standard margin and padding utilities.

Paragraph

A block of body text with alignment and emphasis options.

Properties

Standard margin and padding utilities.

Separator

A horizontal rule with configurable spacing.

Properties


YouTube Video

Embeds a YouTube video with full control over playback and aspect ratio.

Properties


Component properties bar

When you click on any component in the canvas, the Properties bar appears on the right side of the editor. It contains:
  1. Component name — displayed at the top.
  2. Collapsible groups — properties are organised into logical sections (Content, Appearance, Spacing, Advanced, etc.) that you can expand or collapse.
  3. Slot drop zones — some components have slot fields that appear as labelled drop zones where you can drag additional child components.
Every component that supports custom CSS classes exposes an Advanced group with a className field. This is where you can add Bootstrap utility classes.