Skip to main content

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

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

Javascript
import { SignInConfirmation } from "@freesewing/react/components/SignIn"