mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
804 B
804 B
nav-title | title | description | previous_url |
---|---|---|---|
Label How-To | label | Examples for using Label | /ApiReference/ui/label/HOW-TO |
Label
Using a label requires the Label module.
Binding the Label text property to a view-model property.
<Page>
{%raw%}<Label text="{{ title }}" />{%endraw%}
</Page>