mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 04:19:43 +00:00
* feat: mount method on FormApi * fix solid-form test case * fix: added form.mount() to tests * feat: valibot-form-adapter * chore: add missing config items * docs: add Valibot React example * docs: add Solid Valibot example * docs: add valibot Vue example * fix: valibot async adapter now works * docs: add docs for valibot adapter --------- Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "packages/form-core" },
|
|
{ "path": "packages/react-form" },
|
|
{ "path": "packages/vue-form" },
|
|
{ "path": "packages/solid-form" },
|
|
{ "path": "packages/yup-form-adapter" },
|
|
{ "path": "packages/zod-form-adapter" },
|
|
{ "path": "packages/valibot-form-adapter" }
|
|
]
|
|
// "include": ["examples/*"]
|
|
// "exclude": ["node_modules"]
|
|
}
|