@sfxcode/formkit-primevue 1.4.1 → 1.4.3
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.
- package/README.md +1 -0
- package/dist/formkit-primevue.es.js +1124 -1058
- package/dist/formkit-primevue.umd.js +1 -1
- package/dist/sass/formkit-primevue.scss +4 -4
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ You can use it or take it as base for your own styling.
|
|
|
35
35
|
- All inputs are wrapped in a div with a **p-formkit** class
|
|
36
36
|
- Most Prime Components have access to class / styles attributes
|
|
37
37
|
- PT and PTOptions are available ([https://primevue.org/passthrough/](https://primevue.org/passthrough/))
|
|
38
|
+
- [Styling](https://formkit-primevue.netlify.app/demo/styling), [Grid](https://formkit-primevue.netlify.app/demo/grid) and [PT](https://formkit-primevue.netlify.app/demo/passThrough) demo available
|
|
38
39
|
|
|
39
40
|
## Showcases
|
|
40
41
|
|