Skip to content

Commit 8c7df95

Browse files
committed
feat(snacks): CollectionView Layout Playground
1 parent c18cb47 commit 8c7df95

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/snacks/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,22 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
462462
videoTitle:
463463
"Solid NativeScript Vibes",
464464
},
465+
{
466+
id: 25,
467+
title: "CollectionView Layout Playground",
468+
href: "https://stackblitz.com/edit/nativescript-collectionview-layout-playground?file=src%2Fapp%2Fitem%2Fitem-columns.component.html",
469+
description:
470+
"Example of using CollectionView with different layout options.",
471+
categories: [
472+
{
473+
title: "@nativescript-community/ui-collectionview",
474+
href: "https://github.com/nativescript-community/ui-collectionview",
475+
},
476+
],
477+
videoUrl: "https://youtube.com/embed/SfYRtBiTXiM",
478+
videoTitle:
479+
"CollectionView Layout Playground",
480+
},
465481
];
466482

467483
</script>

0 commit comments

Comments
 (0)