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