Documentation Index
Fetch the complete documentation index at: https://docs.attio.com/llms.txt
Use this file to discover all available pages before exploring further.
This component is returned by
useForm().Example
form-dialog.tsx
Props
What to do with the form values on submit. Typically you will call a server function.In TypeScript, the values will be strongly typed to match your form schema.
The contents of your form, usually layout and input components.
A form must contain one – and only one –
<SubmitButton /> as a direct child.