[react] feat: Added docs for components/Editor
This commit is contained in:
parent
7058843534
commit
f8a987e3d5
6 changed files with 27 additions and 34 deletions
|
@ -2,6 +2,18 @@
|
|||
title: Editor
|
||||
---
|
||||
|
||||
:::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 { jsdocEditor } from '@site/prebuild/jsdoc/components.editor.mjs'
|
||||
import { Editor } from '@freesewing/react/components/Editor'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The **Editor** component family provides the following components:
|
||||
|
||||
- [Editor](#editor)
|
||||
|
||||
## Editor
|
||||
<ComponentDocs docs={jsdocEditor} example={Editor} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue