Skip to main content
Controls are the active input components representing CSS properties or HTML attributes that the template developer allows the user to change. All controls share common base parameters but also have specific configurations depending on their type.

Base control

Most controls share these core properties. Depending on the control type, these map to the DOM or CSS rules.

Text

Used for simple single-line string values (headings, buttons, short inputs). Supports real-time preview and AI writing generation.
Text Control

Textarea

Used for multi-line text blocks (descriptions, content bodies). Provides a larger input area.
Textarea Control

Heading

Used to inject non-editable separator titles in Squeditor sidebar to group related visual settings visually. It is not an input control it just a separator.
Heading Control

Color

Color picker with alpha support. Can inject CSS variables or apply styles directly.
Color Control

Typography

Selector for global font variables or family assignments.

Media

Integration with the Media Library for Images and Videos.
Media Control

Select

A dropdown menu control for selecting predefined choices.
Select Control

Slider

A responsive range slider control, perfect for widths, text sizing, or capacities.
Slider Control

Dimensions

A linked, 4-sided (Top/Right/Bottom/Left) numerical input for margin, padding, or border-radius properties.
Dimensions Control

Number

Basic number input component for generic counting variables (like items-per-view) or basic size rules.
Number Control

Icon

Used to load specific icon classnames directly to DOM elements. Uses an icon picker.

Repeater

Complex control used to manage lists of repetitive elements (e.g., FAQ accordions, pricing tiers, testimonial grids). Repeaters load a sub-array of nested Controls for every repeating DOM slice.
Repeater Control