-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmain-page.xml
More file actions
19 lines (19 loc) · 1.1 KB
/
main-page.xml
File metadata and controls
19 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page">
<Page.actionBar>
<ActionBar title="Plugin Demos" icon="" class="action-bar"/>
</Page.actionBar>
<StackLayout class="p-20">
<ScrollView class="h-full">
<StackLayout>
<Button text="flutter" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="ionic-portals" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="jetpack-compose" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="morph-modal-kit" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="rive" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="swift-ui" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="ui-charts" tap="{{ viewDemo }}" class="btn btn-primary view-demo rounded"/>
<Button text="widgets" tap="{{ viewDemo }}" class="btn btn-primary rounded view-demo"/>
</StackLayout>
</ScrollView>
</StackLayout>
</Page>