Form

A form component, with validation and client-side submit.

Structure

<Form>
	<Field>
		<Label /> (optional)
		<Input />
		<Message />
	</Field>
</Form>

Demo