SignUp
Components
The SignUp component family provides the following components:
SignUp
The SignUp component holds the entire sign-up form
You can import the SignUp
component from the signup component family in the @freesewing/react
package:
Javascript
import { SignUp } from "@freesewing/react/components/SignUp"
SignUpConfirmation
A component to handle the confirmation URL for a passwordless signup link (aka magic link).
You can import the SignUpConfirmation
component from the signup component family in the @freesewing/react
package:
Javascript
import { SignUpConfirmation } from "@freesewing/react/components/SignUp"