Form
Sourceimport { Form } from "@prestojs/final-form";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.formProps | Record | ||
props.initialValues | FormValues|ViewModelInterface | ||
... | any | Any properties from FinalFormProps |
Returns:React.ReactElement