Skip to content

Commit 8baf27e

Browse files
committed
feat: added playground config files
1 parent 81fcbc9 commit 8baf27e

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "DB UX Design System - Angular 17 example",
3+
"description": "This is an example of using the DB UX Design System with Angular 17.",
4+
"tags": ["angular", "typescript"],
5+
"published": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "DB UX Design System - React 18 example",
3+
"description": "This is an example of using the DB UX Design System with React 18.",
4+
"tags": ["react", "typescript", "vite"],
5+
"published": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "DB UX Design System - React 18 + tailwind example",
3+
"description": "This is an example of using the DB UX Design System with React 18 and tailwind.",
4+
"tags": ["react", "tailwind", "typescript", "vite"],
5+
"published": true
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "DB UX Design System - Vue 3 example",
3+
"description": "This is an example of using the DB UX Design System with Vue 3.",
4+
"tags": ["vue", "typescript", "vite"],
5+
"published": true
6+
}

0 commit comments

Comments
 (0)