2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Collection
|
|
|
|
---
|
|
|
|
|
2025-05-10 10:38:06 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
|
|
import { jsdocCollection, jsdocDesignInfo } from '@site/prebuild/jsdoc/components.collection.mjs'
|
|
|
|
import { CollectionExample, DesignInfoExample } from './_examples.js'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2025-05-10 10:38:06 +02:00
|
|
|
The **Collection** component family provides the following components:
|
|
|
|
|
|
|
|
- [Collection](#collection)
|
|
|
|
- [DesignInfo](#designinfo)
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### Collection
|
|
|
|
|
2025-05-10 10:38:06 +02:00
|
|
|
<ComponentDocs docs={jsdocCollection} example={CollectionExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### DesignInfo
|
|
|
|
|
2025-05-10 13:44:03 +02:00
|
|
|
<ComponentDocs docs={jsdocDesignInfo} example={DesignInfoExample} />
|
2025-05-10 10:38:06 +02:00
|
|
|
|
|
|
|
</DocusaurusDoc>
|