Skip to content

Commit

Permalink
docs: added placeholder plugin ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 13, 2023
1 parent ee2abd5 commit 6b1c726
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/core-concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ import { sessionStoragePlugin } from '@vuetils/form';
sessionStoragePlugin('some-key');
```

### Zod Plugin

// TODO

### Valibot Plugin

// TODO

## Write your own Plugin

The best part about plugins is that you can easily write your own. `@vuetils/form` comes with the helper function [`definePlugin`](../api#defineplugin) that makes writing typesafe plugins a breeze.
Expand Down

0 comments on commit 6b1c726

Please sign in to comment.