[react] feat: Added docs for components/KeyVal
This commit is contained in:
parent
8025dc2577
commit
30e5d37c96
4 changed files with 53 additions and 3 deletions
|
@ -1,7 +1,21 @@
|
|||
---
|
||||
title: KeyVal
|
||||
---
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
import * as jsdoc from '@site/prebuild/jsdoc/components.keyval.mjs'
|
||||
import { KeyValExample } from './_examples.js'
|
||||
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The __KeyVal component family provides the following components:
|
||||
|
||||
- [KeyVal](#keyval)
|
||||
|
||||
## KeyVal
|
||||
<ComponentDocs docs={jsdoc.jsdocKeyVal} example={KeyValExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue