21 lines
485 B
Text
21 lines
485 B
Text
---
|
|
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>
|
|
|
|
|