30 lines
710 B
Text
30 lines
710 B
Text
---
|
|
title: SignIn
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
import * as jsdoc from '@site/prebuild/jsdoc/components.signin.mjs'
|
|
import { SignIn, SignInConfirmation } from '@freesewing/react/components/SignIn'
|
|
|
|
<DocusaurusDoc>
|
|
|
|
- [Components](#components)
|
|
|
|
## Components
|
|
|
|
The **SignIn** component family provides the following components:
|
|
|
|
- [SignIn](#signin)
|
|
- [SignInConfirmation](#signinconfirmation)
|
|
|
|
### SignIn
|
|
|
|
<ComponentDocs docs={jsdoc.jsdocSignIn} example={SignIn} />
|
|
|
|
### SignInConfirmation
|
|
|
|
<ComponentDocs docs={jsdoc.jsdocSignInConfirmation} example={SignInConfirmation} />
|
|
|
|
</DocusaurusDoc>
|
|
|