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 ea88cd6 commit 6dc52dfCopy full SHA for 6dc52df
README.md
@@ -2,6 +2,12 @@
2
3
Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
4
5
+## Docs
6
+
7
+[Docs](https://sfxcode.github.io/formkit-primevue/)
8
9
+[Demo/Playground](https://formkit-primevue.netlify.app/)
10
11
## Usage
12
13
```typescript
docs/.vitepress/config.mts
@@ -47,6 +47,10 @@ function nav() {
47
{
48
text: 'External Docs',
49
items: [
50
+ {
51
+ text: 'Playground',
52
+ link: 'https://formkit-primevue.netlify.app',
53
+ },
54
55
text: 'PrimeVue',
56
link: 'https://www.primefaces.org/primevue',
0 commit comments