Skip to content

Commit 6dc52df

Browse files
committed
docs(readme): add add link to demo
1 parent ea88cd6 commit 6dc52df

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
44

5+
## Docs
6+
7+
[Docs](https://sfxcode.github.io/formkit-primevue/)
8+
9+
[Demo/Playground](https://formkit-primevue.netlify.app/)
10+
511
## Usage
612

713
```typescript

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ function nav() {
4747
{
4848
text: 'External Docs',
4949
items: [
50+
{
51+
text: 'Playground',
52+
link: 'https://formkit-primevue.netlify.app',
53+
},
5054
{
5155
text: 'PrimeVue',
5256
link: 'https://www.primefaces.org/primevue',

0 commit comments

Comments
 (0)