We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f06992 commit ae18146Copy full SHA for ae18146
website/data/overview/installation.mdx
@@ -5,7 +5,7 @@ description: Setting up Zag UI machines in your project
5
6
# Getting Started
7
8
-Zag can be used within most JS frameworks like Vue, React and Solid.
+Zag can be used within most JS frameworks like Vue, React, Svelte and Solid.
9
10
To get Zag running, you'll need to:
11
@@ -19,7 +19,7 @@ yarn add @zag-js/tooltip
19
```
20
21
2. Install the adapter for the framework of your choice. At the moment, Zag is
22
- available for React, Vue 3 and Solid.js. Let's say you use React.
+ available for React, Vue 3, Svelte and Solid.js. Let's say you use React.
23
24
```bash
25
npm install @zag-js/react
0 commit comments