Skip to main content

Container

Group related components together for organized management and layout control.

Properties

PropertyTypeDescription
namestringUnique identifier for the container component
isHeaderVisiblebooleanWhether to show the container header
isFooterVisiblebooleanWhether to show the container footer
isHeightFixedbooleanWhether to set a fixed height for the container content
contentHeightstringFixed height of the container content
paddingstring | numberPadding of the container's header, body, and footer
isHiddenbooleanWhether to hide the container on the deployed page

name

Unique identifier for the container component. Please refer to the component naming rules

isHeaderVisible

Controls visibility of the container header.
When enabled, displays customizable header section.

isFooterVisible

Controls visibility of the container footer.
When enabled, displays customizable footer section.

isHeightFixed

Controls height behavior of the component.
When disabled, height adjusts automatically to content.

contentHeight

Sets the component's vertical height.
Can be set through workflow results, direct input.

padding

Applies the same padding to header, content and footer.

Sets internal spacing of the component.
Input options:

  • Single value: Uniform padding on all sides (e.g., 36)
  • Comma-separated values: Different padding per side (e.g., 36,24)
  • Expanded mode: Individual control of top, right, bottom, left

isHidden

Controls visibility of the component.
When set to true:

  • Hidden in deployed view
  • Visible with reduced opacity in edit mode

Configurable section at the top of the container.
Available when header visibility is enabled.

Supports all standard components with full property configuration.

Content

Main content area of the container.
Supports all standard components with full property configuration.

Configurable section at the bottom of the container.
Available when footer visibility is enabled.
Supports all standard components with full property configuration.