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.
Available core components
Section titled “Available core components”| Component | Purpose |
|---|---|
| Text | Displays static text or expression-based text on a screen. |
| Link | Adds a clickable navigation or action link. |
| Input | Captures text or numeric values from the user. |
| Dropdown | Lets the user select one value from a list of options. |
| Checkbox | Captures a true/false value. |
| Date Picker | Lets the user select a date. |
| Button | Triggers an event handler or action when clicked. |
| Icon | Displays an icon from the configured icon set. |
| Image | Displays an image on the screen. |
How to use this section
Section titled “How to use this section”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.
When to use core components
Section titled “When to use core components”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.