2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Button
|
|
|
|
---
|
|
|
|
|
2025-05-04 18:42:49 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
2025-05-25 16:29:57 +02:00
|
|
|
import {
|
|
|
|
jsdocCopyToClipboardButton,
|
|
|
|
jsdocIconButton,
|
|
|
|
} from '@site/prebuild/jsdoc/components.button.mjs'
|
2025-05-10 14:19:57 +02:00
|
|
|
import { CopyToClipboardButtonExample, IconButtonExample } from './_examples.js'
|
2025-05-04 18:42:49 +02:00
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2025-05-04 18:42:49 +02:00
|
|
|
The **Button** component family provides the following components:
|
|
|
|
|
2025-05-10 14:19:57 +02:00
|
|
|
- [CopyToClipboardButton](#copytoclipboardbutton)
|
2025-05-04 18:42:49 +02:00
|
|
|
- [IconButton](#iconbutton)
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### CopyToClipboardButton
|
2025-05-10 14:19:57 +02:00
|
|
|
|
|
|
|
<ComponentDocs docs={jsdocCopyToClipboardButton} example={CopyToClipboardButtonExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### IconButton
|
2025-05-04 18:42:49 +02:00
|
|
|
|
2025-05-09 17:46:51 +02:00
|
|
|
<ComponentDocs docs={jsdocIconButton} example={IconButtonExample} />
|
2025-05-04 18:42:49 +02:00
|
|
|
|
|
|
|
</DocusaurusDoc>
|