File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
209
209
},
210
210
{
211
211
id: 14 ,
212
- title: " Checkbox Example " ,
212
+ title: " Checkbox" ,
213
213
href: " https://stackblitz.com/edit/nativescript-checkbox-example?file=src%2Fapp%2Fitem%2Fitems.component.html" ,
214
214
description: " Using checkbox components." ,
215
215
categories: [
@@ -219,6 +219,24 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
219
219
},
220
220
],
221
221
},
222
+ {
223
+ id: 15 ,
224
+ title: " Dropdown Menus" ,
225
+ href: " https://stackblitz.com/edit/nativescript-dropdown-menus?file=src%2Fapp%2Fmenu-button%2Findex.ios.ts" ,
226
+ description: " Using dropdown menus." ,
227
+ categories: [
228
+ {
229
+ title: " iOS UIMenu" ,
230
+ href: " https://developer.apple.com/documentation/uikit/uimenu" ,
231
+ },
232
+ {
233
+ title: " Android PopupMenu" ,
234
+ href: " https://developer.android.com/reference/android/widget/PopupMenu" ,
235
+ },
236
+ ],
237
+ videoUrl: " https://youtube.com/embed/0zE5OjiJTk8" ,
238
+ videoTitle: " Using dropdown menus with NativeScript" ,
239
+ },
222
240
// Not ready yet but will discuss with Dylan to update
223
241
// {
224
242
// id: 15,
You can’t perform that action at this time.
0 commit comments