Skip to main content

Frame


The Frame element provides a bordered container that groups multiple related UI components. It helps organize content visually without allowing direct user input. Use it to define areas of the interface that contain other elements.

Properties

PropertyValueDescription
TypeFrameUI component type
GroupBoxBelongs to the "Box" group in UI catalog
Identifier27Unique element ID
PreviewDisplays a container layout (see image)
Read-onlyYDoes not accept direct input
ChildrenYCan contain nested components
EventYMay trigger container-level UI logic
Text, IconYSupports labels or icons within the frame
ValueNot applicable
MandatoryNot applicable
ErrorNot applicable
MinNot applicable
MaxNot applicable
ListNot applicable
ShadeNot applicable

Usage Example

<Frame>
<UserProfileCard />
<UserStatusBadge />
</Frame>

Notes

  • Use frames to separate logical UI sections.
  • Frame elements are visual only and do not support user interaction.
  • Common in complex views like patient records, summaries, and embedded modules.