Skip to content

Commit 38fb0d4

Browse files
authored
Merge pull request #2012 from db-ux-design-system/feat-added-playground-config-files
feat: added playground config files
2 parents 81fcbc9 + 47a8d5f commit 38fb0d4

File tree

8 files changed

+36
-0
lines changed

8 files changed

+36
-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+
}

angular17-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run start"
3+
}
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+
}

react-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}
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+
}

react-tailwind-template/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}
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+
}

vue-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}

0 commit comments

Comments
 (0)