shadcn-vue/apps/www/src/content/docs/components/auto-form.md
2024-04-21 20:27:28 +08:00

930 B

title description primitive
Auto Form Automatically generate a form from Zod schema. https://vee-validate.logaretm.com/v4/guide/overview/

Basic

Input Without Label

This example shows how to use AutoForm input without label.

Sub Object

Automatically generate a form from a Zod schema.

Controlled

This example shows how to use AutoForm in a controlled way.

Confirm Password

Refined schema to validate that two fields match.

Array support

You can use arrays in your schemas to create dynamic forms.

Dependencies

Create dependencies between fields.