2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: CopyToClipboardButton
|
|
|
|
---
|
|
|
|
|
2025-05-10 14:01:16 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
|
|
import { jsdocCopyToClipboardButton } from '@site/prebuild/jsdoc/components.copytoclipboardbutton.mjs'
|
|
|
|
import { CopyToClipboardButtonExample } from './_examples.js'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
|
|
|
The **CopyToClipboardButton** component family provides the following components:
|
|
|
|
|
|
|
|
- [CopyToClipboardButton](#copytoclipboardbutton)
|
|
|
|
|
|
|
|
## CopyToClipboardButton
|
|
|
|
|
|
|
|
<ComponentDocs docs={jsdocCopyToClipboardButton} example={CopyToClipboardButtonExample} />
|
|
|
|
|
|
|
|
</DocusaurusDoc>
|
|
|
|
|