1
0
Fork 0

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.
This commit is contained in:
joostdecock 2025-05-25 16:29:57 +02:00
parent d0baf7cece
commit 22a89f12d3
50 changed files with 1816 additions and 669 deletions

View file

@ -9,16 +9,21 @@ import { CollectionExample, DesignInfoExample } from './_examples.js'
<DocusaurusDoc>
- [Components](#components)
## Components
The **Collection** component family provides the following components:
- [Collection](#collection)
- [DesignInfo](#designinfo)
## Collection
### Collection
<ComponentDocs docs={jsdocCollection} example={CollectionExample} />
## DesignInfo
### DesignInfo
<ComponentDocs docs={jsdocDesignInfo} example={DesignInfoExample} />
</DocusaurusDoc>