Skip to content

Commit a0a1560

Browse files
committed
feat: tab snack
1 parent b2e1dcb commit a0a1560

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/snacks/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,20 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
321321
videoUrl: "https://youtube.com/embed/vAyGyuNFCbk",
322322
videoTitle: "Instantly improve UX with NativeScript's TouchManager",
323323
},
324+
{
325+
id: 21,
326+
title: "Tab Navigation with iOS and Android",
327+
href: "https://stackblitz.com/edit/nativescript-tab-nav-ng?file=src%2Fapp%2Ffeatures%2Fhome%2Fcomponents%2Fhome.component.html",
328+
description: "Example of how to configure tab navigation with lots of options.",
329+
categories: [
330+
{
331+
title: "Angular",
332+
href: "https://angular.dev",
333+
},
334+
],
335+
videoUrl: "https://youtube.com/embed/-FPEdFE1XeM",
336+
videoTitle: "Example of how to configure tab navigation with lots of options.",
337+
},
324338
// Not ready yet but will discuss with Dylan to update
325339
// {
326340
// id: 15,

0 commit comments

Comments
 (0)