Application BuilderComponents
Text
Plain text or dynamic {{ binding }} with font size, weight, color, and alignment.
Category: Commonly Used
What is it?
Plain text or dynamic {{ binding }} with font size, weight, color, and alignment.
Problems it solves
Every screen needs labels, titles, descriptions, and live data display without building custom typography.
How to use it
Drag Text onto canvas → Inspector: set content (static or {{ expression }}) → style appearance.
Examples
Example solves: page title "Welcome back, {{ userDetails.userName }}" · KPI label "Total bookings: {{ count.data }}" · section heading on a dashboard.
Common mistakes
- Forgetting
{{ }}for dynamic content — text stays static.