[dev] feat: Started working on component reference docs
This commit is contained in:
parent
965e32b9d5
commit
cb68284d54
10 changed files with 256 additions and 21 deletions
|
@ -2,6 +2,18 @@
|
|||
title: Button
|
||||
---
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { jsdocIconButton } from '@site/prebuild/jsdoc/components.button.mjs'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The **Button** component family provides the following components:
|
||||
|
||||
- [IconButton](#iconbutton)
|
||||
|
||||
## IconButton
|
||||
|
||||
<ComponentDocs docs={jsdocIconButton} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue