Skip to content

docs: added hint regarding DB theme package #2023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions angular17-example/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
3 changes: 3 additions & 0 deletions react-example/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
3 changes: 3 additions & 0 deletions react-tailwind-template/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 3 additions & 0 deletions vue-example/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading