mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
830 B
830 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| Label How-To | label | nativescript | 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>