@sfxcode/formkit-primevue 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
4
4
 
5
+ ## Usages
6
+
7
+ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://github.com/sfxcode/nuxt-primevue)
8
+
9
+ [Nuxt 3 PrimeVue Starter](https://github.com/sfxcode/nuxt3-primevue-starter) and [Vite PrimeVue Starter](https://github.com/sfxcode/vite-primevue-starter) with Formkit support available
10
+
5
11
  ## Supported Inputs
6
12
 
7
13
  - Calendar
@@ -35,4 +41,5 @@ import { primeInputs } from '@sfxcode/formkit-primevue'
35
41
  }))
36
42
  ```
37
43
 
44
+ ![](formkit-primevue.png)
38
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/sfxcode/formkit-primevue",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@formkit/vue": "^1.0.0-beta.10",
37
37
  "primeicons": "^5.0.0",
38
- "primevue": "^3.15.0",
38
+ "primevue": "^3.16.0",
39
39
  "quill": "^1.3.7"
40
40
  },
41
41
  "devDependencies": {