mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
369 B
XML
14 lines
369 B
XML
<Page navigatingTo="onNavigatingTo" xmlns:cc="components">
|
|
<StackLayout class="page-content">
|
|
<Label text="This is DEFAULT page" />
|
|
|
|
<Button text="tap" tap="tap" class="btn btn-primary" />
|
|
|
|
<Button text="navigate" tap="navigate" />
|
|
|
|
<Label text="{{ prop }}" />
|
|
|
|
<cc:my-component />
|
|
</StackLayout>
|
|
</Page>
|