Skip to content

Commit 88e4cf7

Browse files
committed
content updates
1 parent f394a96 commit 88e4cf7

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

1.getting-started/2.installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Get up and running with FormKit in your project.
77

88
## Prerequisites
99

10-
- Vue 3 or Nuxt 3.
10+
- Vue 3+ or Nuxt 3+.
1111
- Vite (strongly recommended for automatic optimizations)
1212
- Node.js: `14.18.0`, `16.12.0`, or higher.
1313
- Terminal: To run `npm`/`yarn`/`pnpm` commands.

_install/pro-genesis.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Adding the Pro Genesis Theme
2+
3+
You will also need to install the accompanying Pro CSS:
4+
5+
```js
6+
// main.js or formkit.config.ts
7+
// Genesis for Pro is dependent on Genesis
8+
import '@formkit/themes/genesis'
9+
import '@formkit/pro/genesis'
10+
```

_install/pro.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,3 @@ const config = defaultConfig({
3434
plugins: [proPlugin],
3535
})
3636
```
37-
38-
### Adding the Legacy Pro Genesis Theme
39-
40-
::Callout
41-
---
42-
type: "warning"
43-
label: "Legacy Genesis Theme"
44-
---
45-
If you are using the legacy Genesis CSS theme, then follow the instructions below.
46-
47-
Note: All Tailwind themes from [themes.formkit.com](https://themes.formkit.com) ship with support for Pro Inputs so the instructions below are not required for Tailwind users.
48-
::
49-
50-
If you are using the legacy Genesis CSS theme, you will need to install the accompanying Pro CSS as well:
51-
52-
```js
53-
// main.js or formkit.config.ts
54-
// Genesis for Pro is dependent on Genesis
55-
import '@formkit/themes/genesis'
56-
import '@formkit/pro/genesis'
57-
```

0 commit comments

Comments
 (0)