Components
Starting preview...
A form is a group of inputs that allows users to submit data to a server, with support for providing field validation errors. The HTML <form> element can be used to build forms. React Aria's Form component extends HTML forms with support for providing server-side validation errors to the fields within it.
@jolbol1