
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
32 lines
765 B
Text
32 lines
765 B
Text
---
|
|
title: CuratedSet
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
import {
|
|
jsdocCuratedSet,
|
|
jsdocCuratedSetLineup,
|
|
} from '@site/prebuild/jsdoc/components.curatedset.mjs'
|
|
import { CuratedSetLineupExample, CuratedSetExample } from './_examples.js'
|
|
|
|
<DocusaurusDoc>
|
|
|
|
- [Components](#components)
|
|
|
|
## Components
|
|
|
|
The **CuratedSet** component family provides the following components:
|
|
|
|
- [CuratedSet](#curatedset)
|
|
- [CuratedSetLineup](#curatedsetlineup)
|
|
|
|
### CuratedSet
|
|
|
|
<ComponentDocs docs={jsdocCuratedSet} example={CuratedSetExample} />
|
|
|
|
### CuratedSetLineup
|
|
|
|
<ComponentDocs docs={jsdocCuratedSetLineup} example={CuratedSetLineupExample} />
|
|
|
|
</DocusaurusDoc>
|