[react] feat: Added docs for components/SignIn
This commit is contained in:
parent
df45155cdb
commit
82015e992f
3 changed files with 47 additions and 50 deletions
|
@ -2,6 +2,29 @@
|
|||
title: SignIn
|
||||
---
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue