From 9299e1eea49e2835a94fdef8e02328541f2871de Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:57:52 +0200 Subject: [PATCH 1/4] docs: added hint regarding DB theme package --- angular17-example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular17-example/README.md b/angular17-example/README.md index 07cc72be..e6dda28a 100644 --- a/angular17-example/README.md +++ b/angular17-example/README.md @@ -1,5 +1,8 @@ # Angular example +> [!IMPORTANT] +> 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. + > **Note:** This was tested with Angular 17 this setup may change with other versions 1. init new angular project `ng new angular-example` From c8c4cb1984298222fb5ca0a019280e4422d5df55 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:58:40 +0200 Subject: [PATCH 2/4] Update README.md --- react-example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react-example/README.md b/react-example/README.md index d790ec57..0cb50cb6 100644 --- a/react-example/README.md +++ b/react-example/README.md @@ -1,5 +1,8 @@ # React example +> [!IMPORTANT] +> 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. + 1. init new vite project `npm create vite@latest react-example` 2. `cd react-example` 3. `npm i sass` From 8a2099fa0a963f5e8b61b19beb2cb223be836ba8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:58:52 +0200 Subject: [PATCH 3/4] Update README.md --- react-tailwind-template/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react-tailwind-template/README.md b/react-tailwind-template/README.md index 0d6babed..3b8a065d 100644 --- a/react-tailwind-template/README.md +++ b/react-tailwind-template/README.md @@ -1,5 +1,8 @@ # React + TypeScript + Vite +> [!IMPORTANT] +> 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. + This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: From 60e9a878b87fadf8ce6155ce98c0aceda6dd5cb8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:59:02 +0200 Subject: [PATCH 4/4] Update README.md --- vue-example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue-example/README.md b/vue-example/README.md index 25e0f139..20ba5da0 100644 --- a/vue-example/README.md +++ b/vue-example/README.md @@ -1,5 +1,8 @@ # Vue Example +> [!IMPORTANT] +> 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. + 1. init new vite project `npm create vite@latest vue-example` 2. `cd vue-example` 3. `npm i sass`