Form
A form component, with validation and client-side submit.
Structure
<Form>
<Field>
<Label /> (optional)
<Input />
<Message />
</Field>
</Form> A form component, with validation and client-side submit.
<Form>
<Field>
<Label /> (optional)
<Input />
<Message />
</Field>
</Form>