25 lines
737 B
Text
25 lines
737 B
Text
---
|
|
title: Button
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
import { jsdocCopyToClipboardButton, jsdocIconButton } from '@site/prebuild/jsdoc/components.button.mjs'
|
|
import { CopyToClipboardButtonExample, IconButtonExample } from './_examples.js'
|
|
|
|
<DocusaurusDoc>
|
|
|
|
The **Button** component family provides the following components:
|
|
|
|
- [CopyToClipboardButton](#copytoclipboardbutton)
|
|
- [IconButton](#iconbutton)
|
|
|
|
## CopyToClipboardButton
|
|
|
|
<ComponentDocs docs={jsdocCopyToClipboardButton} example={CopyToClipboardButtonExample} />
|
|
|
|
## IconButton
|
|
|
|
<ComponentDocs docs={jsdocIconButton} example={IconButtonExample} />
|
|
|
|
</DocusaurusDoc>
|