[react] feat: Added docs for components/Control
This commit is contained in:
parent
34ae1dc8dc
commit
fc04e415c9
6 changed files with 35 additions and 8 deletions
|
@ -2,6 +2,20 @@
|
|||
title: Control
|
||||
---
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue