<Form>
Component
<Form>
represents a document section containing interactive controls for submitting.
Note: The default styling of the <Form>
is just display: block
with some basic styling.
In real world, you should create <YourForm>
(based on <Form>
) with appropriate styling for better look.
Here the demo: