UNPKG

tns-template-tab-navigation-ts

Version:
12 lines (11 loc) 406 B
<Page navigatingTo="onNavigatingTo" xmlns="http://schemas.nativescript.org/tns.xsd"> <ActionBar> <Label text="Search"></Label> </ActionBar> <GridLayout class="page__content"> <Label class="page__content-icon fas" text="&#xf002;"></Label> <Label class="page__content-placeholder" text="<!-- Search page content goes here -->"></Label> </GridLayout> </Page>