21 lines
529 B
Text
21 lines
529 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>
|
|
|
|
The **Control** component family provides the following components:
|
|
|
|
- [ControlScore](#controlscore)
|
|
|
|
## ControlScore
|
|
|
|
<ComponentDocs docs={jsdocControlScore} example={ControlScoreExample} />
|
|
|
|
</DocusaurusDoc>
|
|
|