Forms
Combine Form, FormField, and your preferred validator (Zod shown here) for accessible, token-aligned data entry.
Guidance
Use FormField when you want the default Input wiring. Pass a render function to FormField when you need Select, Checkbox, or custom controls.
Example
workspace-form.tsx