Form

/

Documentation

Form

A native form element with consolidated error handling. Works seamlessly with Field components and supports both basic validation and Zod schema validation.

Props

NameTypeDefaultDescription
disabled
boolean
-Disable all fields in the form

Stories

Basic Form with Error Handling
A simple form with manual error handling and async validation
Form with Zod Validation
A form using Zod schema validation with proper error mapping