Skip to content

Core Components

Core components are the basic building blocks used to create screen content and simple user interactions.

You can find them in the CORE section of the Components toolbar section of the Components toolbar.

ComponentPurpose
TextDisplays static text or expression-based text on a screen.
LinkAdds a clickable navigation or action link.
InputCaptures text or numeric values from the user.
DropdownLets the user select one value from a list of options.
CheckboxCaptures a true/false value.
Date PickerLets the user select a date.
ButtonTriggers an event handler or action when clicked.
IconDisplays an icon from the configured icon set.
ImageDisplays an image on the screen.

This page provides a high-level overview of all core components.

Detailed guidance for each component is available in its dedicated reference page:

Additional component reference pages will be added as the documentation expands.

Use core components when you need to:

  • Display information on a screen
  • Capture user input
  • Trigger actions
  • Provide navigation or feedback

Key Lesson

Core components define what users see and interact with. Combine them with layout and logic components to build complete screens.