2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: CuratedSet
|
|
|
|
---
|
|
|
|
|
2025-05-10 14:26:39 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
2025-05-25 16:29:57 +02:00
|
|
|
import {
|
|
|
|
jsdocCuratedSet,
|
|
|
|
jsdocCuratedSetLineup,
|
|
|
|
} from '@site/prebuild/jsdoc/components.curatedset.mjs'
|
2025-05-10 14:26:39 +02:00
|
|
|
import { CuratedSetLineupExample, CuratedSetExample } from './_examples.js'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2025-05-10 14:26:39 +02:00
|
|
|
The **CuratedSet** component family provides the following components:
|
|
|
|
|
|
|
|
- [CuratedSet](#curatedset)
|
|
|
|
- [CuratedSetLineup](#curatedsetlineup)
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### CuratedSet
|
|
|
|
|
2025-05-10 14:26:39 +02:00
|
|
|
<ComponentDocs docs={jsdocCuratedSet} example={CuratedSetExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### CuratedSetLineup
|
2025-05-10 14:26:39 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
<ComponentDocs docs={jsdocCuratedSetLineup} example={CuratedSetLineupExample} />
|
2025-05-10 14:26:39 +02:00
|
|
|
|
|
|
|
</DocusaurusDoc>
|