Skip to content

Commit f4851db

Browse files
committed
docs: react installation guide minor changes
1 parent 819fd6f commit f4851db

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/guide/react.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ For more detailed usage examples, check the
1010

1111
## Setup
1212

13+
This installation guide assumes you are using [Vite](https://vitejs.dev/) as your build tool and
14+
[React Router](https://reactrouter.com/) as your dedicated React framework.
15+
1316
1. Install both the web components and React library:
1417

1518
```bash
@@ -73,7 +76,3 @@ a list of libraries, you can check out and which we recommend as a starting poin
7376

7477
For proper translation, set the lang attribute on the `html` element. Languages available are `en`,
7578
`de`, `it`, and `fr`.
76-
77-
```
78-
79-
```

0 commit comments

Comments
 (0)