[react] feat: Added docs for components/SignUp
This commit is contained in:
parent
82015e992f
commit
bc8b495d1c
3 changed files with 48 additions and 3 deletions
|
@ -2,6 +2,29 @@
|
|||
title: SignUp
|
||||
---
|
||||
|
||||
:::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.signup.mjs'
|
||||
import { SignUp, SignUpConfirmation } from '@freesewing/react/components/SignUp'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **SignUp** component family provides the following components:
|
||||
|
||||
- [SignUp](#signup)
|
||||
- [SignUpConfirmation](#signupconfirmation)
|
||||
|
||||
### SignUp
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocSignUp} example={SignUp} />
|
||||
|
||||
### SignUpConfirmation
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocSignUpConfirmation} example={SignUpConfirmation} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue