Skip to content

Commit ae18146

Browse files
authored
Update installation instructions for Svelte support
1 parent 5f06992 commit ae18146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/data/overview/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Setting up Zag UI machines in your project
55

66
# Getting Started
77

8-
Zag can be used within most JS frameworks like Vue, React and Solid.
8+
Zag can be used within most JS frameworks like Vue, React, Svelte and Solid.
99

1010
To get Zag running, you'll need to:
1111

@@ -19,7 +19,7 @@ yarn add @zag-js/tooltip
1919
```
2020

2121
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.
22+
available for React, Vue 3, Svelte and Solid.js. Let's say you use React.
2323

2424
```bash
2525
npm install @zag-js/react

0 commit comments

Comments
 (0)