1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react/components/keyval/readme.mdx
joostdecock 22a89f12d3 feat(dev): Added react docs for Pattern + refactor
This adds support for not only documenating components, but also
constants and functions that may be exported next to components.
2025-05-25 16:29:57 +02:00

24 lines
529 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>
- [Components](#components)
## Components
The **KeyVal** component family provides the following components:
- [KeyVal](#keyval)
### KeyVal
<ComponentDocs docs={jsdoc.jsdocKeyVal} example={KeyValExample} />
</DocusaurusDoc>