2
2
<Page .actionBar>
3
3
<ActionBar title =" Plugin Demos" icon =" " class =" action-bar" />
4
4
</Page .actionBar>
5
- <StackLayout class =" p-t-20 p-x-20" >
6
- <ScrollView class =" h-full" >
7
- <StackLayout >
8
- <Button text =" animated-circle" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
9
- <Button text =" appavailability" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
10
- <Button text =" apple-sign-in" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
11
- <Button text =" auto-fit-text" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
12
- <Button text =" background-http" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
13
- <Button text =" biometrics" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
14
- <Button text =" brightness" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
15
- <Button text =" camera" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
16
- <Button text =" contacts" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
17
- <Button text =" datetimepicker" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
18
- <Button text =" debug-android" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
19
- <Button text =" debug-ios" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
20
- <Button text =" detox" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
21
- <Button text =" directions" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
22
- <Button text =" email" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
23
- <Button text =" facebook" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
24
- <Button text =" fingerprint-auth" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
25
- <Button text =" geolocation" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
26
- <Button text =" google-maps" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
27
- <Button text =" google-signin" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
28
- <Button text =" haptics" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
29
- <Button text =" imagepicker" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
30
- <Button text =" ios-security" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
31
- <Button text =" iqkeyboardmanager" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
32
- <Button text =" keyboard-toolbar" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
33
- <Button text =" local-notifications" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
34
- <Button text =" localize" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
35
- <Button text =" pdf" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
36
- <Button text =" picker" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
37
- <Button text =" secure-storage" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
38
- <Button text =" shared-notification-delegate" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
39
- <Button text =" social-share" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
40
- <Button text =" theme-switcher" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
41
- <Button text =" twitter" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
42
- <Button text =" zip" tap =" {{ viewDemo }}" class =" btn btn-primary view-demo" />
43
- </StackLayout >
44
- </ScrollView >
45
- </StackLayout >
5
+ <ScrollView class =" h-full" >
6
+ <StackLayout class =" p-4" >
7
+ <Button text =" animated-circle" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
8
+ <Button text =" appavailability" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
9
+ <Button text =" apple-sign-in" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
10
+ <Button text =" auto-fit-text" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
11
+ <Button text =" background-http" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
12
+ <Button text =" biometrics" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
13
+ <Button text =" brightness" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
14
+ <Button text =" camera" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
15
+ <Button text =" contacts" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
16
+ <Button text =" datetimepicker" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
17
+ <Button text =" debug-android" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
18
+ <Button text =" debug-ios" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
19
+ <Button text =" detox" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
20
+ <Button text =" directions" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
21
+ <Button text =" email" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
22
+ <Button text =" facebook" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
23
+ <Button text =" fingerprint-auth" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
24
+ <Button text =" geolocation" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
25
+ <Button text =" google-maps" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
26
+ <Button text =" google-signin" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
27
+ <Button text =" haptics" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
28
+ <Button text =" imagepicker" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
29
+ <Button text =" ios-security" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
30
+ <Button text =" iqkeyboardmanager" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
31
+ <Button text =" keyboard-toolbar" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
32
+ <Button text =" local-notifications" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
33
+ <Button text =" localize" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
34
+ <Button text =" pdf" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
35
+ <Button text =" picker" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
36
+ <Button text =" secure-storage" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
37
+ <Button text =" shared-notification-delegate" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
38
+ <Button text =" social-share" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
39
+ <Button text =" theme-switcher" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
40
+ <Button text =" twitter" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
41
+ <Button text =" zip" tap =" {{ viewDemo }}" class =" bg-blue-500 rounded-full text-white p-4 mb-4" />
42
+ </StackLayout >
43
+ </ScrollView >
46
44
</Page >
0 commit comments