FormiumForm

Props

interface FormiumFormProps @formium/react

Formium Form options

Props
components
FormiumComponents = defaultComponents

Custom component overrides. When specified, these will be used instead of the default components for rendering respective inputs.

data
Form

A Formium Form (returned from an API Client)

Required
onSubmit
(values: V) => Promise<void>

Submission callback handler. This function is called when the form is valid and a submission is attempted by pressing the submit button on the last page of the form.

Required
Was this page helpful?

Build forms, without the tears.