跳到主要内容

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 @openclothes/react package:

Javascript
import { SignUp } from "@openclothes/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 @openclothes/react package:

Javascript
import { SignUpConfirmation } from "@openclothes/react/components/SignUp"