signUp
SignUp ⇒ JSX.Element
SignUp component is responsible for rendering the sign up page. It handles the form submission and validation using Formik and Yup. It also handles the sign up mutation using react-query.
Kind: global constant
Returns: JSX.Element
- The SignUp component.
Param | Type | Description |
---|---|---|
props | Object | The properties passed to the component. |