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 a53663b commit 0fb78beCopy full SHA for 0fb78be
apps/website/src/routes/docs/styled/(getting-started)/install/index.mdx
@@ -6,10 +6,10 @@ title: 'Qwik UI | Styled Kit - Installation'
6
7
## Step 1: Install the Headless Kit
8
9
-To get started with the Styled Kit for Qwik UI, you first need to install the headless package:
+To get started with the Styled Kit for Qwik UI, you first need to install the headless package and qwikest icons:
10
11
```tsx
12
-pnpm i -D @qwik-ui/headless
+pnpm i -D @qwik-ui/headless @qwikest/icons
13
```
14
15
## Step 2: Add CSS variables
0 commit comments