
Accessible form wrapper with Base UI validation integration.
npx shadcn@latest add https://ui.edbn.me/api/analytics/registry/form.jsonA native form with consolidated error handling. Renders a form element.
errorsRecord<string, string[]>Form errors object
validationMode'onSubmit' | 'onChange' | 'onBlur''onSubmit'When to validate
onFormSubmitfunctionCalled with form values
classNamestring | functionCSS class name
renderReactElement | functionCustom render function