[react] feat: Added docs for components/Patrons
This commit is contained in:
parent
fa5bad3d07
commit
d0baf7cece
3 changed files with 67 additions and 3 deletions
|
@ -1,7 +1,31 @@
|
|||
---
|
||||
title: Patrons
|
||||
---
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
import * as jsdoc from '@site/prebuild/jsdoc/components.patrons.mjs'
|
||||
import { Joost, Plea, PleaseSubscribe, Subscribe } from '@freesewing/react/components/Patrons'
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The __Patrons__ component family provides the following components:
|
||||
|
||||
- [Joost](#joost)
|
||||
- [Plea](#plea)
|
||||
- [PleaseSubscribe](#pleasesubscribe)
|
||||
- [Subscribe](#subscribe)
|
||||
|
||||
## Joost
|
||||
<ComponentDocs docs={jsdoc.jsdocJoost} example={Joost} />
|
||||
|
||||
## Plea
|
||||
<ComponentDocs docs={jsdoc.jsdocPlea} example={Plea} />
|
||||
|
||||
## PleaseSubscribe
|
||||
<ComponentDocs docs={jsdoc.jsdocPleaseSubscribe} example={PleaseSubscribe} />
|
||||
|
||||
## Subscribe
|
||||
<ComponentDocs docs={jsdoc.jsdocSubscribe} example={Subscribe} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue