Skip to content

Commit 326e376

Browse files
authored
Merge pull request #2023 from db-ux-design-system/docs-added-hint-regarding-db-theme-package
docs: added hint regarding DB theme package
2 parents 1fcc964 + d2b45d8 commit 326e376

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

angular17-example/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Angular example
22

3+
> [!IMPORTANT]
4+
> Please keep in mind, that we do not include the [`@db-ux/db-theme`](https://npmjs.com/@db-ux/db-theme) so you won't have the examples displayed with the DB font and only have a small stack of icons available.
5+
36
> **Note:** This was tested with Angular 17 this setup may change with other versions
47
58
1. init new angular project `ng new angular-example`

react-example/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# React example
22

3+
> [!IMPORTANT]
4+
> Please keep in mind, that we do not include the [`@db-ux/db-theme`](https://npmjs.com/@db-ux/db-theme) so you won't have the examples displayed with the DB font and only have a small stack of icons available.
5+
36
1. init new vite project `npm create vite@latest react-example`
47
2. `cd react-example`
58
3. `npm i sass`

react-tailwind-template/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# React + TypeScript + Vite
22

3+
> [!IMPORTANT]
4+
> Please keep in mind, that we do not include the [`@db-ux/db-theme`](https://npmjs.com/@db-ux/db-theme) so you won't have the examples displayed with the DB font and only have a small stack of icons available.
5+
36
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
47

58
Currently, two official plugins are available:

vue-example/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Vue Example
22

3+
> [!IMPORTANT]
4+
> Please keep in mind, that we do not include the [`@db-ux/db-theme`](https://npmjs.com/@db-ux/db-theme) so you won't have the examples displayed with the DB font and only have a small stack of icons available.
5+
36
1. init new vite project `npm create vite@latest vue-example`
47
2. `cd vue-example`
58
3. `npm i sass`

0 commit comments

Comments
 (0)