Skip to content

Commit 5339514

Browse files
authored
feat: add vk-audiopad example (feature-sliced#643)
1 parent 8db2664 commit 5339514

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,15 @@ export const examples: Example[] = [
279279
updatedAt: "2023-10-18",
280280
tech: ["react", "effector", "nextui", "typescript", "vite"],
281281
},
282+
{
283+
title: "VK Audiopad",
284+
description: "Chrome extension for VK Music",
285+
website: "https://github.com/vissh/vkui-audiopad",
286+
source: "https://github.com/vissh/vkui-audiopad",
287+
preview: require("./img/vkaudiopad.png"),
288+
version: VERSIONS.V2,
289+
updatedAt: "2023-11-25",
290+
tech: ["react", "vkui", "typescript"],
291+
},
282292
// Reverse the list (last examples should be at the top)
283293
].reverse();
514 KB
Loading

0 commit comments

Comments
 (0)