<Form />
This is a wrapper for the <form>
element, it adds the form object to the context and disables browser validation. All other props are passed directly through to the DOM node.
Import
Props
Name
Type
Default
Description
children
node
The content of the form
form *
The form object
Example
Last updated