
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
24 lines
573 B
Text
24 lines
573 B
Text
---
|
|
title: Control
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
import { jsdocControlScore } from '@site/prebuild/jsdoc/components.control.mjs'
|
|
import { ControlScoreExample } from './_examples.js'
|
|
|
|
<DocusaurusDoc>
|
|
|
|
- [Components](#components)
|
|
|
|
## Components
|
|
|
|
The **Control** component family provides the following components:
|
|
|
|
- [ControlScore](#controlscore)
|
|
|
|
### ControlScore
|
|
|
|
<ComponentDocs docs={jsdocControlScore} example={ControlScoreExample} />
|
|
|
|
</DocusaurusDoc>
|