Skip to content

Commit a4a1c75

Browse files
committed
feat(snacks): dropdown menus
1 parent 24ab59b commit a4a1c75

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

content/snacks/index.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
209209
},
210210
{
211211
id: 14,
212-
title: "Checkbox Example",
212+
title: "Checkbox",
213213
href: "https://stackblitz.com/edit/nativescript-checkbox-example?file=src%2Fapp%2Fitem%2Fitems.component.html",
214214
description: "Using checkbox components.",
215215
categories: [
@@ -219,6 +219,24 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
219219
},
220220
],
221221
},
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+
},
222240
// Not ready yet but will discuss with Dylan to update
223241
// {
224242
// id: 15,

0 commit comments

Comments
 (0)