Components
Element
Form.Element
is a wrapper component for the HTML form element.
Handler
Form.Handler
provides both the DataContext.Provider and a HTML form element.
SubmitButton
Form.SubmitButton
connects to the Form.Handler
to submit the active state of the internal DataContext, triggering onSubmit
.