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` 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` 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: 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`