[react] feat: Added docs for components/Json
This commit is contained in:
parent
b914b6299f
commit
1b1cacdea3
4 changed files with 46 additions and 3 deletions
|
@ -1,7 +1,20 @@
|
|||
---
|
||||
title: Json
|
||||
---
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
import * as jsdoc from '@site/prebuild/jsdoc/components.json.mjs'
|
||||
import { JsonExample } from './_examples.js'
|
||||
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The __Json__ component family provides the following components:
|
||||
|
||||
- [Json](#json)
|
||||
|
||||
## Json
|
||||
<ComponentDocs docs={jsdoc.jsdocJson} example={JsonExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue