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