The label element is a basic UI element used to display static or dynamic text and information to the user in a readable format.
The Label element is one of the basic and most commonly used UI elements for presenting text, descriptions, or information in a user interface. Static or dynamic information that needs to be displayed to the user in an application is conveyed through the Label.
To get started, create the table on the screen using the “New SQL Action” option in the “Tables” section of the Data Sources module. First click the “Test” button, then the “Create” button to save it. Define your action on the page. Drag a “Vertical Stack” element onto your page and arrange it. Place a “Horizontal Stack” inside it. Place your “Label” element inside that. Make your adjustments. Then, place another Label element next to it. Set the “Max Line” to ensure that the content is displayed up to a specific number of lines, regardless of the text length. Use “Duplicate” to create another instance of the same structure. Make the necessary changes and configure the appropriate settings for your second Label element in the “Value” field. Use “Formatter” to set the text formatting.
When the application is tested, the Label element displays the static or dynamic information that needs to be shown to the user.